Skip to content

Commit 711eec0

Browse files
committed
Add missing \n
1 parent b50fbaa commit 711eec0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

myaccount/register.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@
293293
}
294294
$head.='<link rel="icon" href="'.$href.'">'."\n";
295295
}
296-
$head .= '<!-- Bootstrap core CSS -->';
297-
$head .= '<link href="dist/css/bootstrap.css" type="text/css" rel="stylesheet">';
298-
$head .= '<link href="'.$extcss.'" type="text/css" rel="stylesheet">';
296+
$head .= '<!-- Bootstrap core CSS -->'."\n";
297+
$head .= '<link href="dist/css/bootstrap.css" type="text/css" rel="stylesheet">'."\n";
298+
$head .= '<link href="'.$extcss.'" type="text/css" rel="stylesheet">'."\n";
299299

300300
if (getDolGlobalString('SELLYOURSAAS_GOOGLE_RECAPTCHA_ON')) {
301301
$head .= '<script src="https://www.google.com/recaptcha/api.js"></script>';

0 commit comments

Comments
 (0)