From f88fe6df4cce309f5f61b1c8a3dd38cf915e22cf Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Wed, 9 Jan 2013 14:50:21 +0000 Subject: [PATCH] Fix a syntax error. This caused a build breakage in newer libxslt which check the stylesheet syntax more strictly. |It is an error for the value of either the use attribute or the match |attribute to contain a VariableReference. | (XSL Transformations (XSLT) Version 1.0, Section 12.2) --- en_US.ISO8859-1/htdocs/community.xsl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/community.xsl b/en_US.ISO8859-1/htdocs/community.xsl index 4f8f8610a4..7563391a74 100644 --- a/en_US.ISO8859-1/htdocs/community.xsl +++ b/en_US.ISO8859-1/htdocs/community.xsl @@ -8,14 +8,16 @@ + xmlns:date="http://exslt.org/dates-and-times" + xmlns="http://www.w3.org/1999/xhtml" + extension-element-prefixes="date"> &title; -