Skip to content
Snippets Groups Projects
Commit 7608155e authored by Jared Hancock's avatar Jared Hancock
Browse files

faq: Ensure consistent formatting for all

Faq articles should be viewed in the .thread-body div in the client portal
like they are in the staff portal.
parent 9c9bfae1
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ $category=$faq->getCategory();
</div>
<div class="pull-right flush-right" style="padding-top:5px;padding-right:5px;"></div>
<div class="clear"></div>
<p>
<div class="thread-body">
<?php echo Format::safe_html($faq->getAnswerWithImages()); ?>
</p>
</div>
<p>
<?php
if($faq->getNumAttachments()) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment