Index: openacs-4/packages/download/www/one-archive.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/download/www/one-archive.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/download/www/one-archive.tcl 23 May 2001 20:00:56 -0000 1.2 +++ openacs-4/packages/download/www/one-archive.tcl 9 Jul 2001 15:34:59 -0000 1.3 @@ -31,7 +31,7 @@ return } -#set description [acs_messaging_format_as_html $description_type $description] +set description [acs_messaging_format_as_html $description_type $description] set pending_count [db_string pending_count_select { select count(*) Index: openacs-4/packages/download/www/one-revision.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/download/www/one-revision.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/download/www/one-revision.tcl 23 May 2001 20:00:56 -0000 1.4 +++ openacs-4/packages/download/www/one-revision.tcl 9 Jul 2001 15:35:11 -0000 1.5 @@ -67,9 +67,8 @@ ad_return_complaint 1 "The revision you are looking for (revision ID $revision_id) could not be found" return } +set description [acs_messaging_format_as_html $description_type $description] -#set description [acs_messaging_format_as_html $description_type $description] - set context_bar [list [list "one-archive?archive_id=$archive_id" $archive_name] "$archive_name $version_name"] set gc_link "" set gc_comments ""