Index: openacs-4/packages/bookshelf/www/bookshelf-include.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bookshelf/www/bookshelf-include.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/bookshelf/www/bookshelf-include.tcl 30 Sep 2002 18:10:56 -0000 1.1 +++ openacs-4/packages/bookshelf/www/bookshelf-include.tcl 7 Nov 2003 17:35:42 -0000 1.2 @@ -34,7 +34,7 @@ order by bookshelf_book__read_status_sort_order(b.read_status) desc, o.creation_date desc } { if { [empty_string_p $excerpt] } { - set excerpt [string_truncate -len 300 $main_entry] + set excerpt [string_truncate -len 300 -- $main_entry] } set read_status_pretty [string totitle $read_status_pretty] set view_url "book-view?[export_vars { book_no }]"