Skip to content

Commit

Permalink
Merge branch '3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Oct 1, 2023
2 parents be343c9 + 67cbe18 commit cfe7269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
[
'categoryHeader' => Translation::get('msgEntriesIn') . Strings::htmlentities($categoryData->getName()),
'categoryFaqsHeader' => $categoryData->getName(),
'categoryDescription' => Strings::htmlentities($categoryData->getDescription()),
'categoryDescription' => Strings::htmlentities($categoryData->getDescription() ?? ''),
'categorySubsHeader' => Translation::get('msgSubCategories'),
'categoryContent' => $records,
'subCategoryContent' => $subCategoryContent,
Expand Down

0 comments on commit cfe7269

Please sign in to comment.