Skip to content
Permalink
Browse files Browse the repository at this point in the history
fix: added missing conversion to HTML entities
  • Loading branch information
thorsten committed Dec 18, 2022
1 parent 65d419c commit 376d1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/admin/header.php
Expand Up @@ -235,7 +235,7 @@
<title>
<?= Strings::htmlentities($faqConfig->getTitle(), ENT_QUOTES) ?> - powered by phpMyFAQ <?= System::getVersion() ?>
</title>
<base href="<?= $faqSystem->getSystemUri($faqConfig) ?>admin/">
<base href="<?= Strings::htmlentities($faqConfig->getDefaultUrl()) ?>admin/">

<meta name="description" content="Only Chuck Norris can divide by zero.">
<meta name="author" content="phpMyFAQ Team">
Expand Down

0 comments on commit 376d1d3

Please sign in to comment.