Merge commit from fork

This commit is contained in:
jf-cbd
2025-06-16 15:06:45 +02:00
committed by GitHub
parent d1e6334629
commit 684f829581
2 changed files with 6 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ class CoreException extends Exception
public function getHtmlDesc($sHighlightHtmlBegin = '<b>', $sHighlightHtmlEnd = '</b>')
{
return $this->getMessage();
return utils::EscapeHtml($this->getMessage());
}
/**