Skip to content
Snippets Groups Projects
Commit bc7138d2 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

remove doctype from xslt output

parent 88c1e9dc
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,7 @@
exclude-result-prefixes="xlink mml">
<!--<xsl:output doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"-->
<!--doctype-system="http://www.w3.org/TR/html4/loose.dtd"-->
<!--encoding="UTF-8"/>-->
<xsl:output method="html" version="5.0"
encoding="UTF-8" indent="no"/>
<xsl:output method="html" omit-xml-declaration="yes"/>
<xsl:strip-space elements="*"/>
......@@ -61,7 +56,7 @@
<xsl:template match="/">
<div class="wrap">
<div class="wrap">PLIP
<div id="mode-color-btns">
<button id="sun" onclick="darkMode(true)">
<svg style="" class="icon" focusable="false" viewBox="0 0 32 32">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment