Index: openacs-4/packages/logger/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/logger/www/index.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/logger/www/index.tcl 29 Sep 2003 10:21:52 -0000 1.14 +++ openacs-4/packages/logger/www/index.tcl 20 Oct 2003 16:10:56 -0000 1.15 @@ -109,13 +109,13 @@ } description { label "Description" - display_eval {[string_truncate -len 50 $description]} + display_eval {[string_truncate -len 50 -- $description]} link_url_eval {log?[export_vars { entry_id }]} link_html { title "View this entry" } } description_long { label "Description" - display_eval {[string_truncate -len 400 $description]} + display_eval {[string_truncate -len 400 -- $description]} hide_p 1 link_url_eval {log?[export_vars { entry_id }]} link_html { title "View this entry" }