1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-07-31 19:30:21 +02: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

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>