Index: openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl,v diff -u -r1.109.2.3 -r1.109.2.4 --- openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 16 Mar 2019 18:06:00 -0000 1.109.2.3 +++ openacs-4/packages/acs-tcl/tcl/text-html-procs.tcl 31 Mar 2019 11:17:59 -0000 1.109.2.4 @@ -327,10 +327,10 @@
  • close -- close this tag if left open. - @param break_soft the number of characters you want the html fragment + @param break_soft the number of characters you want the HTML fragment truncated to. Will allow certain tags (A, ADDRESS, NOBR) to close first. - @param break_hard the number of characters you want the html fragment + @param break_hard the number of characters you want the HTML fragment truncated to. Will truncate, regardless of what tag is currently in action. @param ellipsis This will get put at the end of the truncated string, if the string was truncated.