From ee147b754287ac620ffba70f041427a80ea69ae8 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Wed, 2 Sep 2015 10:43:12 +0200
Subject: [PATCH] =?utf8?q?missed=20align=3Dright=20+=20column=20span=20ove?=
 =?utf8?q?r=20new=20column=20Signed-off-by:Roland=20H=C3=A4der=20<roland@m?=
 =?utf8?q?xchange.org>?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 web/index.xhtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/index.xhtml b/web/index.xhtml
index 84ab5058..0ea2c6d9 100644
--- a/web/index.xhtml
+++ b/web/index.xhtml
@@ -45,7 +45,7 @@
 				<table class="basket_item_table">
 					<thead>
 						<tr>
-							<th colspan="4" class="table_header">
+							<th colspan="5" class="table_header">
 								Folgendes kann bestellt werden:
 							</th>
 						</tr>
@@ -126,7 +126,7 @@
 										</h:outputText>
 									</td>
 
-									<td class="table_data_column">
+									<td class="table_data_column" align="right">
 										-
 									</td>
 								</tr>
-- 
2.39.5