From 6700d122013e64fdeeb6786989102f273b108d60 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 8 Dec 2014 20:27:34 +0300 Subject: [PATCH] Generate meta viewport element. This improves layout on mobile devices. I had to remove declaration for the 'rev' element as otherwise the 'meta' element would have namespace declaration as well, for no reason. Possibly there's a better solution. --- xsl/html-base.xsl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xsl/html-base.xsl b/xsl/html-base.xsl index 022a224..94f3a10 100644 --- a/xsl/html-base.xsl +++ b/xsl/html-base.xsl @@ -7,7 +7,6 @@ http://www.boost.org/LICENSE_1_0.txt) --> @@ -304,6 +303,9 @@ set toc,title + + +