From 14a572bac7ef0da4f18f3e9b1da9f0361d0c0d64 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sat, 23 Dec 2023 16:28:00 +0000 Subject: [PATCH] perhaps fix issue with url encoding - see #705 --- templates/list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/list.tpl b/templates/list.tpl index a39d84bb..71071b63 100644 --- a/templates/list.tpl +++ b/templates/list.tpl @@ -76,7 +76,7 @@ {if $table == 'foo' && $key == 'bar'} Special handling (td content) for {$table} / {$key} {elseif $table == 'aliasdomain' && $key == 'target_domain' && $struct.target_domain.linkto == 'target'} - {$item.target_domain} + {$item.target_domain} {* do we need escape:url or escpae:quotes here? see #705 *} {* {elseif $table == 'domain' && $key == 'domain'} {$item.domain} *}