Brian Silverman | 84b2223 | 2019-01-25 20:29:29 -0800 | [diff] [blame^] | 1 | <?xml version='1.0'?> |
| 2 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
| 3 | <xsl:import href="file:///usr/share/xml/docbook/stylesheet/docbook-xsl-ns/xhtml5/docbook.xsl"/> |
| 4 | |
| 5 | <xsl:output encoding="UTF-8" indent="no" method="html"/> |
| 6 | <xsl:param name="default.table.frame" select="none"/> |
| 7 | <xsl:param name="html.cleanup" select="1"/> |
| 8 | <xsl:param name="make.valid.html" select="1"/> |
| 9 | |
| 10 | <xsl:template name="user.head.content"> |
| 11 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| 12 | </xsl:template> |
| 13 | |
| 14 | </xsl:stylesheet> |