diff --git a/tpl/page/checkout/inc/agb.tpl b/tpl/page/checkout/inc/agb.tpl
index 69371a2a..ab3f5b77 100644
--- a/tpl/page/checkout/inc/agb.tpl
+++ b/tpl/page/checkout/inc/agb.tpl
@@ -5,13 +5,13 @@
[{if $oView->isConfirmAGBActive()}]
[{oxifcontent ident="oxrighttocancellegend" object="oContent"}]
-
[{$oContent->oxcontents__oxtitle->value}]
+ [{$oContent->oxcontents__oxtitle->value}]
[{/oxifcontent}]
[{else}]
[{oxifcontent ident="oxrighttocancellegend2" object="oContent"}]
-
[{$oContent->oxcontents__oxtitle->value}]
+ [{$oContent->oxcontents__oxtitle->value}]
[{/oxifcontent}]
[{/if}]
@@ -77,4 +77,4 @@
[{oxscript add="$('#checkAgbTop').click(function(){ $('input[name=ord_agb]').val($(this).is(':checked') ? '1' : '0');});"}]
[{oxscript add="$('#oxdownloadableproductsagreement').click(function(){ $('input[name=oxdownloadableproductsagreement]').val($(this).is(':checked') ? '1' : '0');});"}]
-[{oxscript add="$('#oxserviceproductsagreement').click(function(){ $('input[name=oxserviceproductsagreement]').val($(this).is(':checked') ? '1' : '0');});"}]
\ No newline at end of file
+[{oxscript add="$('#oxserviceproductsagreement').click(function(){ $('input[name=oxserviceproductsagreement]').val($(this).is(':checked') ? '1' : '0');});"}]