Skip to content

Commit 1dce96c

Browse files
committed
css
1 parent 48992a4 commit 1dce96c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

myaccount/tpl/support.tpl.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@
123123
if ((!empty($mythirdpartyaccount->tva_assuj) && empty($mythirdpartyaccount->tva_intra))
124124
|| empty($mythirdpartyaccount->array_options['options_firstname'])
125125
|| empty($mythirdpartyaccount->array_options['options_lastname'])) {
126-
print $langs->trans('BeforeAskForSupport', img_warning('', '', '')).' ';
126+
print '<br>';
127+
print $langs->trans('BeforeAskForSupport', img_warning('', '', '')).'<br>';
127128
print '<a href="/index.php?mode=myaccount">'.$langs->trans('BeforeAskForSupport2').'</a>';
128-
print '<br><br>';
129+
print '<br>';
129130
}
130131

131132
if (getDolGlobalString('SELLYOURSAAS_SUPPORT_SHOW_MESSAGE')) {

0 commit comments

Comments
 (0)