Don't parse the HTML code inside the bug report.

This commit is contained in:
Alexander M. Turek
2002-08-14 09:51:24 +00:00
parent 6cf355e256
commit 7f6e3bb032

View File

@@ -68,7 +68,7 @@
*/ */
function PMA_printDecodedBug($textdata) function PMA_printDecodedBug($textdata)
{ {
return '<pre>' . $textdata . '</pre><br />'; return '<pre>' . htmlspecialchars($textdata) . '</pre><br />';
} // end of the "PMA_printDecodedBug()" function } // end of the "PMA_printDecodedBug()" function