Web editor: Don't add newlines in comments

This commit is contained in:
Michael Foster 2013-08-03 05:44:39 -04:00
parent 0d1bfa47f1
commit eb3fc990f5

View File

@ -49,8 +49,8 @@
{{ var.type|e }}
</td>
<td>
{{ var.comment|join('<br>') }}
<td style="word-wrap:break-word;width:50%">
{{ var.comment|join(' ') }}
</td>
</tr>
{% endfor %}