diff options
author | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-06-12 04:55:32 +0000 |
---|---|---|
committer | community.cacert.org <community.cacert.org@d4452222-2f33-11de-9270-010000000000> | 2009-06-12 04:55:32 +0000 |
commit | a66ba7060a9e2ea9261dfe6f862110fe27ea26ec (patch) | |
tree | 7282311c52baf74f1f269a05615b656eb1c74bdc | |
parent | 5db0fa272abed9e2853579de1d6fa698b19c5351 (diff) | |
download | cacert-boardvoting-a66ba7060a9e2ea9261dfe6f862110fe27ea26ec.tar.gz cacert-boardvoting-a66ba7060a9e2ea9261dfe6f862110fe27ea26ec.tar.xz cacert-boardvoting-a66ba7060a9e2ea9261dfe6f862110fe27ea26ec.zip |
word wrap
git-svn-id: http://svn.cacert.cl/Software/Voting/vote@57 d4452222-2f33-11de-9270-010000000000
-rw-r--r-- | motions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/motions.php b/motions.php index 6de0beb..4d96519 100644 --- a/motions.php +++ b/motions.php @@ -87,7 +87,7 @@ BODY; <td> <i><a href="motions.php?motion=<?php echo $row['tag'].'">'.$row['tag']; ?></a></i><br/> <b><?php echo htmlspecialchars($row['title']); ?></b><br/> - <pre><?php echo htmlspecialchars($row['content']); ?></pre> + <pre><?php echo wordwrap(htmlspecialchars($row['content'])); ?></pre> <br/> <i>Due: <?php echo($row['due']); ?> UTC</i><br/> <i>Proposed: <?php echo($row['proposer']); ?> (<?php echo($row['proposed']); ?> UTC)</i><br/> |