From 80ac300a63046e2d5f5dea7e61adccbde456c5f8 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Mon, 31 Aug 2015 10:04:42 +0200
Subject: [PATCH] =?utf8?q?Opps=20...=20Signed-off-by:Roland=20H=C3=A4der?=
 =?utf8?q?=20<roland@mxchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 web/index.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/index.jsp b/web/index.jsp
index b126b358..eeb3d7f0 100644
--- a/web/index.jsp
+++ b/web/index.jsp
@@ -101,7 +101,7 @@
 										<tr>
 											<td class="table_data_column">
 												<input class="submit" type="submit" name="add" value="Hinzuf&uuml;gen" />
-												<input type="hidden" name="itemId%>" value="${product.itemId}" />
+												<input type="hidden" name="itemId" value="${product.itemId}" />
 												<input type="hidden" name="itemType" value="Product" />
 											</td>
 											<td class="table_data_column">
-- 
2.39.5