diff options
Diffstat (limited to 'pages')
-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> <? } ?> |