$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2008-04-03 13:22:36
Author: grafik
Date: 2008-04-03 13:22:35 EDT (Thu, 03 Apr 2008)
New Revision: 44016
URL: http://svn.boost.org/trac/boost/changeset/44016
Log:
Fix errant HTML close tags that caused the IOstreams docs to not show the side menu. (merge from beta)
Text files modified: 
   website/public_html/live/doc/display_libs.php |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: website/public_html/live/doc/display_libs.php
==============================================================================
--- website/public_html/live/doc/display_libs.php	(original)
+++ website/public_html/live/doc/display_libs.php	2008-04-03 13:22:35 EDT (Thu, 03 Apr 2008)
@@ -114,6 +114,7 @@
     </div>
 
     <div class="clear"></div>
-  </div><?php } ?>
+  </div>
 </body>
 </html>
+<?php } ?>
\ No newline at end of file