From 01eefa8d200890c6be32a463a3d4bf71096c0db1 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 28 Aug 2015 15:08:36 +0200 Subject: [PATCH] =?utf8?q?No,=20had=20to=20revert=20a=20commit=20as=20it?= =?utf8?q?=20didn't=20seem=20to=20work.=20:-(=20Signed-off-by:Roland=20H?= =?utf8?q?=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- web/admin/category.jsp | 2 +- web/admin/product.jsp | 2 +- web/form_handler/add_item.jsp | 2 +- web/index.jsp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/admin/category.jsp b/web/admin/category.jsp index b64a44e3..744b04bb 100644 --- a/web/admin/category.jsp +++ b/web/admin/category.jsp @@ -15,7 +15,7 @@ -${controller.init()} +<%controller.init();%> diff --git a/web/admin/product.jsp b/web/admin/product.jsp index 7d032c8b..71221e72 100644 --- a/web/admin/product.jsp +++ b/web/admin/product.jsp @@ -17,7 +17,7 @@ -${controller.init()} +<%controller.init();%> diff --git a/web/form_handler/add_item.jsp b/web/form_handler/add_item.jsp index a71cc16f..3362d09e 100644 --- a/web/form_handler/add_item.jsp +++ b/web/form_handler/add_item.jsp @@ -15,7 +15,7 @@ -${controller.init()} +<%controller.init();%> diff --git a/web/index.jsp b/web/index.jsp index 585303d6..9407f3f9 100644 --- a/web/index.jsp +++ b/web/index.jsp @@ -23,7 +23,7 @@ -${controller.init()} +<%controller.init();%> -- 2.39.5