[MPPDF-61] Ignore <script> tags.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@609734 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2008-01-07 18:48:56 +00:00
parent 6ac6b1be85
commit a3aa8fc6ad
2 changed files with 2 additions and 0 deletions

View File

@ -895,4 +895,5 @@
</fo:inline>
</xsl:template>
<xsl:template match="style"/>
<xsl:template match="script"/>
</xsl:stylesheet>

View File

@ -27,6 +27,7 @@
<body>
<release version="2.5.2-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPPDF-56">Add support for <code><![CDATA[<font>]]></code> and <code><![CDATA[<samp>]]></code> tags.</action>
<action dev="ltheussl" type="fix" issue="MPPDF-61">PDF generates content for <code><![CDATA[<script>]]>.</action>
</release>
<release version="2.5.1" date="2007-03-28">
<action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action>