diff options
author | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-06-12 01:30:05 +0000 |
---|---|---|
committer | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-06-12 01:30:05 +0000 |
commit | 553a4dfafaeda59abb72a792c65d97229b827cf6 (patch) | |
tree | 1d95c6e42a841dfdc3fb3539e38f9d5c89a7833f /motions.php | |
parent | f9236cccd24065435eea2008d2d577541a6246f2 (diff) | |
download | cacert-boardvoting-553a4dfafaeda59abb72a792c65d97229b827cf6.tar.gz cacert-boardvoting-553a4dfafaeda59abb72a792c65d97229b827cf6.tar.xz cacert-boardvoting-553a4dfafaeda59abb72a792c65d97229b827cf6.zip |
character set fix
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@54 d4452222-2f33-11de-9270-010000000000
Diffstat (limited to 'motions.php')
-rw-r--r-- | motions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/motions.php b/motions.php index 38fc34d..90899b6 100644 --- a/motions.php +++ b/motions.php @@ -86,7 +86,7 @@ BODY; </td> <td> <i><a href="motions.php?motion=<?php echo $row['tag'].'">'.$row['tag']; ?></a></i><br/> - <b><?php echo htmlentities($row['title']); ?></b><br/> + <b><?php echo htmlspecialchars($row['title']); ?></b><br/> <pre><?php echo htmlspecialchars($row['content']); ?></pre> <br/> <i>Due: <?php echo($row['due']); ?> UTC</i><br/> |