diff options
author | Benny Baumann <BenBE@geshi.org> | 2015-01-20 23:07:13 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2015-01-20 23:07:13 +0100 |
commit | ad332491fda539e923d49e617f5be99efabdfc3b (patch) | |
tree | 4f0740bdb4d1a727077ac28146b5bebe2b8e297d /pages/gpg | |
parent | ff20ab4b121be49c53da3b53aa09f87e0e14cb1f (diff) | |
parent | a9194861cb96f66fb980ec96381bb5d1972dc3cd (diff) | |
download | cacert-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.php | 2 |
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&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> <? } ?> |