﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
2108	"Warenkorb: Text ""Zwischensumme"" klebt am Preis"	web-looks.de	somebody	"Es fehlt ein Leerzeichen zwischen dem Text ""Zwischensumme"" und dem Preis.

/includes/modules/order_details_cart.php

Suchen nach:

{{{
$total_content .= SUB_TITLE_SUB_TOTAL.$xtPrice->xtcFormat($total, true).'<br />';
}}}

Ersetzen mit:

{{{
$total_content .= SUB_TITLE_SUB_TOTAL.' '.$xtPrice->xtcFormat($total, true).'<br />';
}}}

"	Bug/Fehler	closed	normal	modified-shop-2.0.7.0	Shop	2.0.6.0	fixed				
