diff --git a/templates/protostar/index.php b/templates/protostar/index.php index 41bd04bc11022..c8f5c6d21e8dc 100644 --- a/templates/protostar/index.php +++ b/templates/protostar/index.php @@ -26,6 +26,9 @@ $itemid = $app->input->getCmd('Itemid', ''); $sitename = $app->get('sitename'); +// Output as HTML5 +$doc->setHtml5(true); + if($task == "edit" || $layout == "form" ) { $fullWidth = 1;