Index: openacs-4/packages/dotlrn-ecommerce/www/applications.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-ecommerce/www/applications.tcl,v
diff -u -r1.20 -r1.21
--- openacs-4/packages/dotlrn-ecommerce/www/applications.tcl 16 Aug 2005 13:23:08 -0000 1.20
+++ openacs-4/packages/dotlrn-ecommerce/www/applications.tcl 16 Aug 2005 13:50:32 -0000 1.21
@@ -343,7 +343,7 @@
set comments "$gc_title
${html_comment}
- $gc_author on $gc_creation_date_ansi
"
set comments_text [ad_html_text_convert -from "text/html" -to "text/plain" $html_comment]
append comments_text_plain "${comments_text}\n"
- append comments_truncate "[ad_html_text_convert -from "text/plain" -to "text/html" -truncate_len 100 $comments_text] \[edit\]
"
+ append comments_truncate "$gc_title \[edit\]
"
}
set add_comment_url [export_vars -base "${general_comments_url}comment-add" {{object_id $session_id} {object_name "Application"} return_url}]
}