Skip to content

Commit 864e69d

Browse files
committed
Merge branch '4.0' into 'main'
2 parents 8a77a90 + c764822 commit 864e69d

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
@@ -332,7 +332,7 @@
332332
'answer' => $answer,
333333
'attachmentList' => $attachmentList,
334334
'faqDate' => $date->format($faq->faqRecord['date']),
335-
'faqAuthor' => Strings::htmlentities($author),
335+
'faqAuthor' => $author,
336336
'msgPdf' => Translation::get('msgPDF'),
337337
'msgPrintFaq' => Translation::get('msgPrintArticle'),
338338
'enableSendToFriend' => $faqConfig->get('main.enableSendToFriend'),

0 commit comments

Comments
 (0)