Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2014 09:26:42 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45393 - head/share/xml
Message-ID:  <201408020926.s729Qg9t057691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" />



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408020926.s729Qg9t057691>