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( ...@@ -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;"> <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> <span class="glyphicon glyphicon-pencil"></span>
</a> </a>
<span class="moderator_editor_value">{{ value|safe }}</span> <span class="moderator_editor_value">{{ value|fixnl|safe }}</span>
</span> </span>
{% else %} {% else %}
{{value|fixnl|safe}} {{value|fixnl|safe}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment