We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50fbaa commit 711eec0Copy full SHA for 711eec0
myaccount/register.php
@@ -293,9 +293,9 @@
293
}
294
$head.='<link rel="icon" href="'.$href.'">'."\n";
295
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">';
+$head .= '<!-- Bootstrap core CSS -->'."\n";
+$head .= '<link href="dist/css/bootstrap.css" type="text/css" rel="stylesheet">'."\n";
+$head .= '<link href="'.$extcss.'" type="text/css" rel="stylesheet">'."\n";
299
300
if (getDolGlobalString('SELLYOURSAAS_GOOGLE_RECAPTCHA_ON')) {
301
$head .= '<script src="https://www.google.com/recaptcha/api.js"></script>';
0 commit comments