diff --git a/lib/web/console.bas b/lib/web/console.bas index 7ba9cde..9dc3cee 100644 --- a/lib/web/console.bas +++ b/lib/web/console.bas @@ -70,7 +70,7 @@ Function EscapeHtml (text As String) text = GXSTR_Replace(text, "&", "&") text = GXSTR_Replace(text, "<", "<") text = GXSTR_Replace(text, ">", ">") - text = GXSTR_Replace(text, Chr$(34), ""e;") + text = GXSTR_Replace(text, Chr$(34), """) text = GXSTR_Replace(text, "'", "'") EscapeHtml = text End Function \ No newline at end of file