Commit 555d28b7 by Chif Gergő

Fix ipv6 port display bug

Added autoescape when displaying the html tag from code. Now the port link is clickable.
parent 14750235
Pipeline #667 passed with stage
in 0 seconds
...@@ -114,7 +114,9 @@ ...@@ -114,7 +114,9 @@
{% if l.ipv6 %} {% if l.ipv6 %}
<tr> <tr>
<td> <td>
{% display_portforward6 l %} {% autoescape off %}
{% display_portforward6 l %}
{% endautoescape %}
</td> </td>
<td><i class="fa fa-long-arrow-right"></i></td> <td><i class="fa fa-long-arrow-right"></i></td>
<td> <td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment