From 78800fa2068e472076fba36fd09025c93facda9b Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 5 Apr 2013 16:50:38 +0000 Subject: [PATCH] Fix bug in question template that output empty list-item-label when defaultlabel = 'none'. --- xsl/fo/qandaset.xsl | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/xsl/fo/qandaset.xsl b/xsl/fo/qandaset.xsl index f6c4d3948..5e81d285f 100644 --- a/xsl/fo/qandaset.xsl +++ b/xsl/fo/qandaset.xsl @@ -259,11 +259,16 @@ - - - - - + + + + + + + + + + @@ -302,12 +307,12 @@ - - - + + + - + -- 2.50.1