We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cd20f commit c3bad3dCopy full SHA for c3bad3d
phpmyfaq/faq.php
@@ -322,7 +322,7 @@
322
'question' => $question,
323
'answer' => $answer,
324
'faqDate' => $date->format($faq->faqRecord['date']),
325
- 'faqAuthor' => Strings::htmlentities($author),
+ 'faqAuthor' => $author,
326
'msgPdf' => Translation::get('msgPDF'),
327
'msgPrintFaq' => Translation::get('msgPrintArticle'),
328
'enableSendToFriend' => $faqConfig->get('main.enableSendToFriend'),
0 commit comments