diff options
author | Benny Baumann <BenBE@geshi.org> | 2014-05-20 22:47:04 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2014-05-20 22:47:04 +0200 |
commit | d4cf01f803715cb9cf84ca2b4007c55cc3613f6f (patch) | |
tree | cd57d6a64c4e103c0a14ecdd50b117604e5ce8dd /pages/wot | |
parent | 36d8056411c22c0175a7e514f603b59948399fec (diff) | |
parent | 5737cf42ad75ba6415922f2a40714ac0e5ab8c6f (diff) | |
download | cacert-devel-d4cf01f803715cb9cf84ca2b4007c55cc3613f6f.tar.gz cacert-devel-d4cf01f803715cb9cf84ca2b4007c55cc3613f6f.tar.xz cacert-devel-d4cf01f803715cb9cf84ca2b4007c55cc3613f6f.zip |
Merge branch 'bug-1138' into testserver-stable
Diffstat (limited to 'pages/wot')
-rw-r--r-- | pages/wot/10.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/10.php b/pages/wot/10.php index b0dc739..b5e146c 100644 --- a/pages/wot/10.php +++ b/pages/wot/10.php @@ -129,7 +129,7 @@ if ($thawte) <tr> <td class="DataTD"><?=intval($row['id'])?></td> <td class="DataTD"><?=$row['date']?></td> - <td class="DataTD"><?=sanitizeHTML($name)?></td> + <td class="DataTD"><?=$name?></td> <td class="DataTD"><?=intval($row['points'])?></td> <td class="DataTD"><?=sanitizeHTML($row['location'])?></td> <td class="DataTD"><?=$row['method']==""?"":_(sprintf("%s", $row['method']))?></td> |