From be92ab834ea3795459f24189a473d76b9ad22706 Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 1 Aug 2010 23:06:33 +0200 Subject: [PATCH] xsl/common.xsl: @exclude-result-prefixes + "str" --- xsl/common.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/common.xsl b/xsl/common.xsl index 8ef57a7fd..19e7ac412 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -5,7 +5,7 @@ xmlns:atom="http://www.w3.org/2005/Atom" xmlns:date="http://exslt.org/dates-and-times" xmlns:str="http://exslt.org/strings" - exclude-result-prefixes="xsl atom date"> + exclude-result-prefixes="xsl atom date str">