Revise previous revision: advisories include file has to be in xhtml
namespace.
This commit is contained in:
parent
def5c3fe8c
commit
81135f8bf2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45393
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@
|
|||
<xsl:param name="prefixold" select="''" />
|
||||
|
||||
<xsl:if test="$items">
|
||||
<table>
|
||||
<table xmlns="http://www.w3.org/1999/xhtml">
|
||||
<tr><th>Date</th><th><xsl:value-of select='$itemtype' /> name</th></tr>
|
||||
<xsl:for-each select="$items">
|
||||
<xsl:variable name="year" select="../../../name" />
|
||||
|
|
Loading…
Reference in a new issue