diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | checkmark.svg | 2 | ||||
-rw-r--r-- | xsl/layout.xsl | 4 |
3 files changed, 3 insertions, 5 deletions
@@ -7,7 +7,7 @@ pages=$(shell xsltproc xsl/main_filenames.xsl main.xml) pages_gen=$(pages:%.xml=%$(suffix)) -common_depend=main.xml $(wildcard xsl/*.xsl) Makefile +common_depend=main.xml $(wildcard xsl/*.xsl) Makefile checkmark.svg DEFAULT_VERBOSITY=0 diff --git a/checkmark.svg b/checkmark.svg index f29607d..89dd1fc 100644 --- a/checkmark.svg +++ b/checkmark.svg @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="55" height="55" viewBox="0 0 55 55" id="checkmark"> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="55" height="55" viewBox="0 0 55 55" id="checkmark"> <path style="fill: #983d3a; stroke: #d45951; stroke-width: 0.2" d="M 21,55 S 11,44 0,38 diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 0118afa..394e23a 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -9,15 +9,13 @@ <xsl:include href="common.xsl" /> <xsl:template match="s:html"> - <html> + <html lang="de"> <head> <title> <xsl:text><![CDATA[Unternehmensberatung & Controlling - Angelika Franzke - ]]></xsl:text> <xsl:value-of select="$title"/> </title> - <!-- Hide compatibility mode button. --> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="viewport" content="width=device-width" /> <link rel="stylesheet" type="text/css" href="style/{$stylesheet}" /> </head> |