Index: openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl,v diff -u -N -r1.48.2.1 -r1.48.2.2 --- openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 10 Mar 2019 21:34:33 -0000 1.48.2.1 +++ openacs-4/packages/acs-tcl/tcl/navigation-procs.tcl 31 Mar 2019 11:17:59 -0000 1.48.2.2 @@ -19,15 +19,15 @@
     [list [list url1 text1] [list url2 text2] ... "terminal text"]
     
-    and generates the html fragment.  In general the higher level
+    and generates the HTML fragment.  In general the higher level
     proc ad_context_bar should be
     used, and then only in the sitewide master rather than on
     individual pages.
 
     @param separator The text placed between each link
     @param context list as with ad_context_bar
 
-    @return html fragment
+    @return HTML fragment
 
     @see ad_context_bar
 } {
@@ -210,7 +210,7 @@
 
     @param args list of url desc ([list [list url desc] [list url desc]])
 
-    @return html fragment
+    @return HTML fragment
 
     @see ad_context_bar_html
 } {