Skip to content

Commit 4930c32

Browse files
committed
Fix br pos
1 parent 3c94122 commit 4930c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myaccount/tpl/support.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
$sellyoursaassupporturl = str_replace('__PHONE__', urlencode($mythirdpartyaccount->phone), $sellyoursaassupporturl);
115115
$sellyoursaassupporturl = str_replace('__SUPPORTKEY__', urlencode($supportkey), $sellyoursaassupporturl);
116116

117-
print '<br>'."\n";
118117
print '<div class="row" id="supporturl"><div class="col-md-12"><div class="portlet light">';
118+
print '<br>'."\n";
119119
print $langs->trans("SupportURLExternal", $sellyoursaassupporturl).'<br>'."\n";
120120

121121
if (preg_match('/__SUPPORTKEY__/', $sellyoursaassupporturlorigin)) { // A __SUPPORTKEY__ is defined so we show it

0 commit comments

Comments
 (0)