mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Fix weird xslt artifacts
This commit is contained in:
parent
e13c6a14b3
commit
3fb4fa992c
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
|||
<?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:output method="html" doctype-system="about:legacy-compat" />
|
||||
|
||||
<xsl:template match="/">
|
||||
<xsl:text disable-output-escaping="yes"><!DOCTYPE html></xsl:text>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> <xsl:text disable-output-escaping="yes"><![CDATA[ • ]]></xsl:text> GalleryShare</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title><xsl:value-of select="/DirectoryListing/CurrentDirectory" /> • GalleryShare</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1><xsl:value-of select="/DirectoryListing/CurrentDirectory" /></h1>
|
||||
|
|
Loading…
Reference in a new issue