Skip to content

Commit

Permalink
Respond to feedback: fix urlise
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed Feb 8, 2019
1 parent fe57c38 commit 1ba9521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cylc/cylc-review/template/view.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1>{{path}}</h1>
{% if mode == "tags" -%}
{{line|safe}}
{% else -%}
{{line|safe|urlise}}
{{ (line|urlise) | safe }}
{% endif -%}
{% endfor -%}
</pre>
Expand Down

0 comments on commit 1ba9521

Please sign in to comment.