Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2008-06-21 17:16:05 +0400
committerMarc Delisle <marc@infomarc.info>2008-06-21 17:16:05 +0400
commitb031606c08f5548b4295a0c1cf6282ce98c392f6 (patch)
treea02d71e3285748f3e0e8e513244079b740f158af /db_printview.php
parent4e76dc40a301bed400875f1ea8fd94e2c8914158 (diff)
adjust table comments protection to the updated advisory (db print view and db data dictionary)
Diffstat (limited to 'db_printview.php')
-rw-r--r--db_printview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_printview.php b/db_printview.php
index ed9baac80c..9b53f0cb41 100644
--- a/db_printview.php
+++ b/db_printview.php
@@ -166,7 +166,7 @@ else {
<td>
<?php
if (! empty($sts_data['Comment'])) {
- echo $sts_data['Comment'];
+ echo htmlspecialchars($sts_data['Comment']);
$needs_break = '<br />';
} else {
$needs_break = '';