Skip to content

Commit

Permalink
fix: added missing conversion to HTML entities
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Mar 5, 2024
1 parent de90315 commit 4fed1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpmyfaq/api.service.php
Expand Up @@ -412,7 +412,7 @@
$answer,
Translation::get('msgInfo'),
Strings::substr($contentLink, 7),
$contentLink
Strings::htmlentities($contentLink)
);
}

Expand Down

0 comments on commit 4fed1d9

Please sign in to comment.