$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: technews_at_[hidden]
Date: 2008-02-22 17:17:10
Author: turkanis
Date: 2008-02-22 17:17:10 EST (Fri, 22 Feb 2008)
New Revision: 43374
URL: http://svn.boost.org/trac/boost/changeset/43374
Log:
fixed case of generated HTML
Text files modified: 
   branches/iostreams_dev/libs/iostreams/doc/tree/tree.js |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/iostreams_dev/libs/iostreams/doc/tree/tree.js
==============================================================================
--- branches/iostreams_dev/libs/iostreams/doc/tree/tree.js	(original)
+++ branches/iostreams_dev/libs/iostreams/doc/tree/tree.js	2008-02-22 17:17:10 EST (Fri, 22 Feb 2008)
@@ -106,10 +106,10 @@
 }
 function html_anchor(content, cl, href, target)
 { 
-    return "<A class='" + cl + "' onfocus='blur_tree()" + 
+    return "<a class='" + cl + "' onfocus='blur_tree()" + 
            "' href='" +  href + "'" + 
            (target ? " target='" + target + "'" : "") +
-           ">" + content + "</A>"; 
+           ">" + content + "</a>"; 
 }
 
 //--------------Definition of class tree_node---------------------------------//