summaryrefslogtreecommitdiff
path: root/xslt/normalize.xsl
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2013-08-01 15:19:03 +0200
committerLeif Johansson <leifj@sunet.se>2013-08-01 15:19:03 +0200
commit68135a00a2adaf97d2c031b25d4528db9f459b72 (patch)
treedcea497afefacbc1791b2301210665083262664a /xslt/normalize.xsl
parent26335961808a2bf03551edaa563ee76db12f221e (diff)
utf8 encoding
Diffstat (limited to 'xslt/normalize.xsl')
-rw-r--r--xslt/normalize.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/normalize.xsl b/xslt/normalize.xsl
index 95591fac..071a69e2 100644
--- a/xslt/normalize.xsl
+++ b/xslt/normalize.xsl
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"