Skip to content

Commit c3bad3d

Browse files
committed
fix: removed duplicated encoding
1 parent 44cd20f commit c3bad3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpmyfaq/faq.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
'question' => $question,
323323
'answer' => $answer,
324324
'faqDate' => $date->format($faq->faqRecord['date']),
325-
'faqAuthor' => Strings::htmlentities($author),
325+
'faqAuthor' => $author,
326326
'msgPdf' => Translation::get('msgPDF'),
327327
'msgPrintFaq' => Translation::get('msgPrintArticle'),
328328
'enableSendToFriend' => $faqConfig->get('main.enableSendToFriend'),

0 commit comments

Comments
 (0)