Skip to content
Snippets Groups Projects
Commit d8bda92a authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1553 from greezybacon/issue/1430


faq: Ensure consistent formatting for all

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 8d481631 7608155e
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