﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1266	Falsche Tabellensyntax im Warenkorb	siekiera	Markus	"{{{
{if $SELECT_COUNTRY}
          <td class=""ord_table_right"" colspan=""2"">{$SELECT_COUNTRY}
          {/if}
}}}

Es fehlt das komplette <tr> usw:

{{{
{if $SELECT_COUNTRY}
          <tr><td class=""ord_table_right"" colspan=""2"">{$SELECT_COUNTRY}</td></tr>
          {/if}
}}}"	Bug/Fehler	closed	normal	modified-shop-2.0.7.0	Template	2.0.3.0	fixed				
