svn commit: r45393 - head/share/xml

Xin LI delphij at FreeBSD.org
Sat Aug 2 09:26:42 UTC 2014


Author: delphij
Date: Sat Aug  2 09:26:42 2014
New Revision: 45393
URL: http://svnweb.freebsd.org/changeset/doc/45393

Log:
  Revise previous revision: advisories include file has to be in xhtml
  namespace.

Modified:
  head/share/xml/libcommon.xsl

Modified: head/share/xml/libcommon.xsl
==============================================================================
--- head/share/xml/libcommon.xsl	Sat Aug  2 03:45:01 2014	(r45392)
+++ head/share/xml/libcommon.xsl	Sat Aug  2 09:26:42 2014	(r45393)
@@ -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" />


More information about the svn-doc-all mailing list