summaryrefslogtreecommitdiff
path: root/pages/gpg
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2015-01-20 23:07:13 +0100
committerBenny Baumann <BenBE@geshi.org>2015-01-20 23:07:13 +0100
commitad332491fda539e923d49e617f5be99efabdfc3b (patch)
tree4f0740bdb4d1a727077ac28146b5bebe2b8e297d /pages/gpg
parentff20ab4b121be49c53da3b53aa09f87e0e14cb1f (diff)
parenta9194861cb96f66fb980ec96381bb5d1972dc3cd (diff)
downloadcacert-devel-ad332491fda539e923d49e617f5be99efabdfc3b.tar.gz
cacert-devel-ad332491fda539e923d49e617f5be99efabdfc3b.tar.xz
cacert-devel-ad332491fda539e923d49e617f5be99efabdfc3b.zip
Merge branch 'bug-1354' into testserver-stable
Diffstat (limited to 'pages/gpg')
-rw-r--r--pages/gpg/2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/gpg/2.php b/pages/gpg/2.php
index 84e11d2..dc6164f 100644
--- a/pages/gpg/2.php
+++ b/pages/gpg/2.php
@@ -64,7 +64,7 @@
<? } ?>
<td class="DataTD"><?=$row['expire']?></td>
<td class="DataTD"><a href="gpg.php?id=3&amp;cert=<?=intval($row['id'])?>"><?=sanitizeHTML($row['keyid'])?></a></td>
- <td class="DataTD"><input name="comment_<?=intval($row['id'])?>" type="text" value="<?=htmlspecialchars($row['description'])?>" /></td>
+ <td class="DataTD"><input name="comment_<?=intval($row['id'])?>" type="text" value="<?=sanitizeHTML($row['description'])?>" /></td>
<td class="DataTD"><input type="checkbox" name="check_comment_<?=intval($row['id'])?>" /></td>
</tr>
<? } ?>