From 94dadf696bb757c4dc2e9450627c3a09dddaf8ab Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Mon, 1 Jul 2013 10:51:08 +0200 Subject: [PATCH] Kein Umbruch bei PROCESS-Anweisungen [% PROCESS "{Templatedatei}" muss in einer Zeile stehen, da das locales-Script zeilenweise arbeitet. --- templates/webpages/customer_vendor/tabs/contacts.html | 5 ++--- .../webpages/customer_vendor/tabs/custom_variables.html | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/webpages/customer_vendor/tabs/contacts.html b/templates/webpages/customer_vendor/tabs/contacts.html index 54770a46c..1238a4dc3 100644 --- a/templates/webpages/customer_vendor/tabs/contacts.html +++ b/templates/webpages/customer_vendor/tabs/contacts.html @@ -210,9 +210,8 @@ [% var.config.description | html %] - [% - INCLUDE 'customer_vendor/render_cvar_input.html' - cvar_name_prefix = 'contact_cvars.' + [% PROCESS 'customer_vendor/render_cvar_input.html' + cvar_name_prefix = 'contact_cvars.' %] diff --git a/templates/webpages/customer_vendor/tabs/custom_variables.html b/templates/webpages/customer_vendor/tabs/custom_variables.html index 7af8b7932..a0a90f9e5 100644 --- a/templates/webpages/customer_vendor/tabs/custom_variables.html +++ b/templates/webpages/customer_vendor/tabs/custom_variables.html @@ -8,9 +8,8 @@ [% var.config.description | html %] - [% - INCLUDE 'customer_vendor/render_cvar_input.html' - cvar_name_prefix = 'cv_cvars.' + [% PROCESS 'customer_vendor/render_cvar_input.html' + cvar_name_prefix = 'cv_cvars.' %] -- 2.20.1