0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-18 18:25:18 +00:00

[3.1.0] Fix validation error with missing li.

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1679 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang 2008-04-22 17:35:39 +00:00
parent d45f42e6a8
commit e9c7873057
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -11,6 +11,7 @@ NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
3.1.0, unknown release date
- InterchangeBuilder now alphabetizes its lists
- Validation error in configdoc output fixed
. Out-of-date documentation revised
3.1.0rc1, released 2008-04-22

View File

@ -227,7 +227,7 @@
</tr>
</xsl:template>
<xsl:template match="constraints/external/project">
<xsl:value-of select="." />
<li><xsl:value-of select="." /></li>
</xsl:template>
</xsl:stylesheet>