Skip to content
Snippets Groups Projects
Commit bd7f8875 authored by Julian Rother's avatar Julian Rother
Browse files

Fixed newline handling in moderator_editor macro

parent fcd25d1d
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ $('#embedcodebtn').popover(
<a class="moderator_editor_sign btn btn-default" title="{{path|join('.')}}" data-toggle="tooltip" tabindex="0" style="padding: 3px; margin-right: 5px;">
<span class="glyphicon glyphicon-pencil"></span>
</a>
<span class="moderator_editor_value">{{ value|safe }}</span>
<span class="moderator_editor_value">{{ value|fixnl|safe }}</span>
</span>
{% else %}
{{value|fixnl|safe}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment