projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
319edab
)
htmlescape column comments. per suggestion from github user nboutelier
author
Robert Treat
<rob@xzilla.net>
Sun, 15 Feb 2015 17:02:22 +0000
(12:02 -0500)
committer
Robert Treat
<rob@xzilla.net>
Sun, 15 Feb 2015 17:02:22 +0000
(12:02 -0500)
classes/Misc.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/Misc.php
b/classes/Misc.php
index 96a49534517c1f01a455153e8ae5f4a48634232a..1b34b14ec11c0a7868b8881923bcead37a373a35 100644
(file)
--- a/
classes/Misc.php
+++ b/
classes/Misc.php
@@
-1989,7
+1989,7
@@
echo "<td class='comment_cell'>";
$val = value($column['field'], $tabledata->fields);
if (!is_null($val)) {
- echo
$val
;
+ echo
htmlentities($val)
;
}
echo "</td>";
break;