From: Moritz Bunkus Date: Mon, 17 Aug 2009 15:11:15 +0000 (+0200) Subject: Das Template-Modul mag es nicht, wenn ein Hash-Key in Anführungszeichensteht (hier... X-Git-Tag: release-2.6.1beta1~328^2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/768abadd347a67bac8fcd6a50efce90bb8d604a8?ds=inline;hp=--cc Das Template-Modul mag es nicht, wenn ein Hash-Key in Anführungszeichensteht (hier: "WEBDAV"). --- 768abadd347a67bac8fcd6a50efce90bb8d604a8 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) %]