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"?>
|
||||
<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:text disable-output-escaping="yes"><!DOCTYPE html></xsl:text>
|
||||
<html>
|
||||
<head>
|
||||
<title><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> - GalleryShare</title>
|
||||
|
@ -9,7 +11,7 @@
|
|||
<h1><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> - GalleryShare</h1>
|
||||
<p>This is a test</p>
|
||||
|
||||
<!-- ---------- -->
|
||||
|
||||
|
||||
<style>
|
||||
html, body { font-size: 100%; }
|
||||
|
|
Loading…
Reference in a new issue