From 3bdad320128f432937216225676636b9c5fba977 Mon Sep 17 00:00:00 2001 From: randomdan Date: Wed, 15 Sep 2010 23:49:20 +0000 Subject: Fix bug import via converting the HTML into a properly quoted CSV --- gentoobrowse/console/bugimport.xml | 8 ++++---- gentoobrowse/console/bugs.xslt | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gentoobrowse/console/bugimport.xml b/gentoobrowse/console/bugimport.xml index 4e32e56..6c43f40 100644 --- a/gentoobrowse/console/bugimport.xml +++ b/gentoobrowse/console/bugimport.xml @@ -3,13 +3,13 @@ xmlns:project2="http://project2.randomdan.homeip.net"> - - - - bugid diff --git a/gentoobrowse/console/bugs.xslt b/gentoobrowse/console/bugs.xslt index 66055ce..f492be1 100644 --- a/gentoobrowse/console/bugs.xslt +++ b/gentoobrowse/console/bugs.xslt @@ -1,11 +1,12 @@ - + - bug_id|summary|status|severity| + bug_id,summary,status,severity, - |||| + ,"",,, -- cgit v1.2.3