Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-9972

wiki Tip dialog does not display image properly

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Hide
      use a tip on the wiki
      {{tip|this is a tip}}
      Show
      use a tip on the wiki {{tip|this is a tip}}
    • Hide
      I predict the line should read:
      fas fa-hand-point-right
      Show
      I predict the line should read: fas fa-hand-point-right

      other Informational Messages show an image, but I think there is a typo in the coding for Tip

      relevant link
      https://www.funtoo.org/Help:Funtoo_Editing_Guidelines/Tips_and_Warnings

      and here's a View Page Source snippet

      <pre>note|this is a note</pre>
      <div class="note">
      <div class="note-head"><i class="fas fa-comment-alt"></i>   Note</div><div class="note-body">
      <p>this is a note
      </p>
      </div></div>
      <pre>important|this is important</pre>
      <div class="note important">
      <div class="note-head important"><i class="fas fa-exclamation"></i>   Important</div><div class="note-body important">
      <p>this is important
      </p>
      </div></div>
      <pre>warning|this is a warning</pre>
      <div class="note warningnote">
      <div class="note-head warningnote"><i class="fas fa-exclamation-triangle"></i>   Warning</div><div class="note-body warningnote">
      <p>this is a warning
      </p>
      </div></div>
      <pre>tip|this is a tip</pre>
      <div class="note tip">
      <div class="note-head tip"><i class="far fa-hand-point-right"></i>   Tip</div><div class="note-body tip">
      <p>this is a tip

            Unassigned Unassigned
            grouche grouche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: