$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: stipe_at_[hidden]
Date: 2007-08-07 11:28:05
Author: srajko
Date: 2007-08-07 11:28:04 EDT (Tue, 07 Aug 2007)
New Revision: 38496
URL: http://svn.boost.org/trac/boost/changeset/38496
Log:
fix orderedlist bug, where a copy of the contents of the list are dumped before it.
Text files modified: 
   sandbox/boost_docs/trunk/tools/boostbook/xsl/docbook-layout.xsl |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/boost_docs/trunk/tools/boostbook/xsl/docbook-layout.xsl
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/xsl/docbook-layout.xsl	(original)
+++ sandbox/boost_docs/trunk/tools/boostbook/xsl/docbook-layout.xsl	2007-08-07 11:28:04 EDT (Tue, 07 Aug 2007)
@@ -469,7 +469,7 @@
   </xsl:variable>
 
   <div>
-    <xsl:apply-templates select="." mode="class.attribute"/>
+    <!--<xsl:apply-templates select="." mode="class.attribute"/>-->
     <xsl:call-template name="anchor"/>
 
     <xsl:if test="title">