Fix missing \n
This commit is contained in:
parent
89af7b0e98
commit
8d82135033
@ -669,7 +669,7 @@ function dolSavePageContent($filetpl, $object, $objectpage)
|
|||||||
$tplcontent.= "// END PHP ?>\n";
|
$tplcontent.= "// END PHP ?>\n";
|
||||||
if (! empty($conf->global->WEBSITE_FORCE_DOCTYPE_HTML5))
|
if (! empty($conf->global->WEBSITE_FORCE_DOCTYPE_HTML5))
|
||||||
{
|
{
|
||||||
$tplcontent.= "<!DOCTYPE html>";
|
$tplcontent.= "<!DOCTYPE html>\n";
|
||||||
}
|
}
|
||||||
$tplcontent.= '<html'.($shortlangcode ? ' lang="'.$shortlangcode.'"':'').'>'."\n";
|
$tplcontent.= '<html'.($shortlangcode ? ' lang="'.$shortlangcode.'"':'').'>'."\n";
|
||||||
$tplcontent.= '<head>'."\n";
|
$tplcontent.= '<head>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user