From 768abadd347a67bac8fcd6a50efce90bb8d604a8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 17 Aug 2009 17:11:15 +0200 Subject: [PATCH] =?utf8?q?Das=20Template-Modul=20mag=20es=20nicht,=20wenn?= =?utf8?q?=20ein=20Hash-Key=20in=20Anf=C3=BChrungszeichensteht=20(hier:=20?= =?utf8?q?"WEBDAV").?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/oe/form_footer_de.html | 2 +- templates/webpages/oe/form_footer_master.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/webpages/oe/form_footer_de.html b/templates/webpages/oe/form_footer_de.html index 641f5dcb7..0247b59c6 100644 --- a/templates/webpages/oe/form_footer_de.html +++ b/templates/webpages/oe/form_footer_de.html @@ -91,7 +91,7 @@ Dateiname Webdavlink - [%- FOREACH file="WEBDAV" %] + [%- FOREACH file=WEBDAV %] [% HTML.escape(file.name) %] [% HTML.escape(file.type) %] diff --git a/templates/webpages/oe/form_footer_master.html b/templates/webpages/oe/form_footer_master.html index eac021573..c77c993d2 100644 --- a/templates/webpages/oe/form_footer_master.html +++ b/templates/webpages/oe/form_footer_master.html @@ -91,7 +91,7 @@ Dateiname Webdavlink - [%- FOREACH file="WEBDAV" %] + [%- FOREACH file=WEBDAV %] [% HTML.escape(file.name) %] [% HTML.escape(file.type) %] -- 2.20.1