Redactor Conversation Reply Icon Missing

Permalink
Hi,
when i add the conversation block, i can't see the icons (bold, etc.) above the textarea, nor can i find the location they should be in, can you give me pointers?

they are <li><a> elements but i can't see any link to an image?
attached you see what it shows me!

check it out here:http://151.236.6.67/design/photography...

this is the html the block outputs where the icons should be, maybe some javascript would add those? is this a bug?
<ul id="redactor_toolbar_0" class="redactor_toolbar">
   <li>
      <a href="javascript:;" title="Bold" tabindex="-1" class="fa fa-bold re-icon re-bold"></a>
   </li>
   <li>
      <a href="javascript:;" title="Italic" tabindex="-1" class="fa fa-italic re-icon re-italic"></a>
   </li>
   <li>
      <a href="javascript:;" title="Deleted" tabindex="-1" class="fa fa-strikethrough re-icon re-deleted"></a>
   </li>
   <li>
      <a href="javascript:;" title="Link" tabindex="-1" class="fa fa-link re-icon re-link"></a>
   </li>
</ul>

1 Attachment

antion