diff options
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 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/> |