mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Change comment style so long lines wrap.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
84cd2d0467
commit
22f19eeb66
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="boxSoft">
|
||||
<pre><?php echo htmlspecialchars($carr["Comments"]) ?></pre>
|
||||
<code><?php echo nl2br(htmlspecialchars($carr["Comments"])) ?></code>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
|
|
Loading…
Add table
Reference in a new issue