From 7c87807e032eeb2c386f152c56904b070a19e7c1 Mon Sep 17 00:00:00 2001
From: Steven <35868213+StevenP17@users.noreply.github.com>
Date: Mon, 25 Feb 2019 12:54:13 +0100
Subject: [PATCH] removed unsused closing tags
Removed unsused closing strong-Tags , since they are never opened.
See also: https://bugs.oxid-esales.com/view.php?id=6958
---
tpl/page/checkout/inc/agb.tpl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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');});"}]