From 62e2764c82f4d6f69fe87caf8002e611ad0edcc5 Mon Sep 17 00:00:00 2001
From: Étienne Loks
Date: Fri, 8 Mar 2019 16:46:02 +0100
Subject: Sheet: fix url display with '
---
ishtar_common/templates/ishtar/blocks/window_field_url.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'ishtar_common/templates/ishtar/blocks/window_field_url.html')
diff --git a/ishtar_common/templates/ishtar/blocks/window_field_url.html b/ishtar_common/templates/ishtar/blocks/window_field_url.html
index cd6365106..f83aae5ad 100644
--- a/ishtar_common/templates/ishtar/blocks/window_field_url.html
+++ b/ishtar_common/templates/ishtar/blocks/window_field_url.html
@@ -1,3 +1,3 @@
{% load i18n %}{% if link %}{% if li %}{% else %}{% endif %}
-{% if link_name %}{{link_name}}{% else %}{{link}}{% endif %}{% if li %}
{% else %}
{% endif %}
+{% if link_name %}{{link_name}}{% else %}{{link}}{% endif %}{% if li %}{% else %}{% endif %}
{% endif%}
--
cgit v1.2.3