diff options
author | Leif Johansson <leifj@sunet.se> | 2013-08-01 15:19:03 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2013-08-01 15:19:03 +0200 |
commit | 68135a00a2adaf97d2c031b25d4528db9f459b72 (patch) | |
tree | dcea497afefacbc1791b2301210665083262664a /xslt/normalize.xsl | |
parent | 26335961808a2bf03551edaa563ee76db12f221e (diff) |
utf8 encoding
Diffstat (limited to 'xslt/normalize.xsl')
-rw-r--r-- | xslt/normalize.xsl | 2 |
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" |