mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Readd html5 doctype to xslt stylesheet
This commit is contained in:
parent
9526d95861
commit
9ebf090397
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||||
|
<xsl:output method="html" encoding="utf-8" indent="yes" />
|
||||||
<xsl:template match="/">
|
<xsl:template match="/">
|
||||||
|
<xsl:text disable-output-escaping="yes"><!DOCTYPE html></xsl:text>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> - GalleryShare</title>
|
<title><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> - GalleryShare</title>
|
||||||
|
@ -9,7 +11,7 @@
|
||||||
<h1><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> - GalleryShare</h1>
|
<h1><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> - GalleryShare</h1>
|
||||||
<p>This is a test</p>
|
<p>This is a test</p>
|
||||||
|
|
||||||
<!-- ---------- -->
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
html, body { font-size: 100%; }
|
html, body { font-size: 100%; }
|
||||||
|
|
Loading…
Reference in a new issue