Web editor: Don't add newlines in comments
This commit is contained in:
@@ -49,8 +49,8 @@
|
|||||||
{{ var.type|e }}
|
{{ var.type|e }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td style="word-wrap:break-word;width:50%">
|
||||||
{{ var.comment|join('<br>') }}
|
{{ var.comment|join(' ') }}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user