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.
2 parents 8a77a90 + c764822 commit 864e69dCopy full SHA for 864e69d
phpmyfaq/faq.php
@@ -332,7 +332,7 @@
332
'answer' => $answer,
333
'attachmentList' => $attachmentList,
334
'faqDate' => $date->format($faq->faqRecord['date']),
335
- 'faqAuthor' => Strings::htmlentities($author),
+ 'faqAuthor' => $author,
336
'msgPdf' => Translation::get('msgPDF'),
337
'msgPrintFaq' => Translation::get('msgPrintArticle'),
338
'enableSendToFriend' => $faqConfig->get('main.enableSendToFriend'),
0 commit comments