From 53920958a4732183e0858d4477a37db77c0fe25b Mon Sep 17 00:00:00 2001 From: aheritier Date: Wed, 23 Mar 2005 22:08:50 +0000 Subject: [PATCH] MPPDF-30 : The first row of table is not rendered. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@158841 13f79535-47bb-0310-9956-ffa450edef68 --- pdf/src/plugin-resources/fo-tables.xslt | 2 +- pdf/xdocs/changes.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pdf/src/plugin-resources/fo-tables.xslt b/pdf/src/plugin-resources/fo-tables.xslt index fbe557df..ce47f65b 100644 --- a/pdf/src/plugin-resources/fo-tables.xslt +++ b/pdf/src/plugin-resources/fo-tables.xslt @@ -203,7 +203,7 @@ - + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index 75acfab0..82bc729d 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -1,5 +1,4 @@ - - Changes dIon Gillard + + The first row of table is not rendered. + The content of style tag was printed on the PDF file. JDK 5.0 incompatibility. XSLT is now called from Jelly.