From a01e66d110dacb8c637f60d82c65bada6b451179 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 7 Mar 2015 23:01:20 +0100 Subject: [PATCH] common: html5 doctype and microformats --- common.inc.plp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/common.inc.plp b/common.inc.plp index cb282c0..ec6b0bf 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -98,8 +98,7 @@ sub Html { # leading output $header{content_type} = "text/html; charset=$meta->{charset}"; print <<"EOT"; - + @@ -118,11 +117,11 @@ EOT print <<"EOT"; -- 2.30.0