From cd5fa4217bb418886ecc3f7741736d8baaced11e Mon Sep 17 00:00:00 2001 From: randomdan Date: Wed, 26 Jan 2011 10:44:44 +0000 Subject: Remove hacks in bug import XSLT that made it work with a buggy version of fileRows --- gentoobrowse/console/bugs.xslt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gentoobrowse/console/bugs.xslt b/gentoobrowse/console/bugs.xslt index f492be1..a084a78 100644 --- a/gentoobrowse/console/bugs.xslt +++ b/gentoobrowse/console/bugs.xslt @@ -1,12 +1,14 @@ - - bug_id,summary,status,severity, - - - - ,"",,, - +xmlns:str="http://exslt.org/strings" extension-element-prefixes="str"> + +bug_id,summary,status,severity + + + +,"",, + + + -- cgit v1.2.3