Index: openacs-4/packages/xowiki/www/prototypes/news.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/prototypes/news.page,v diff -u -r1.5 -r1.6 --- openacs-4/packages/xowiki/www/prototypes/news.page 21 Nov 2007 11:50:02 -0000 1.5 +++ openacs-4/packages/xowiki/www/prototypes/news.page 22 Nov 2007 10:33:25 -0000 1.6 @@ -44,7 +44,6 @@ set link [::xowiki::Includelet detail_link \ -package_id $package_id -name $name \ -instance_attributes [my get_instance_attributes]] - #set link [::$package_id pretty_link $name] set more [expr {[$weblog_obj summary] ? " \[#xowiki.weblog-more#\]" : ""}] append more "

" @@ -53,10 +52,9 @@ set edit_button [my include [list edit-item-button -book_mode true]] if {$edit_button ne ""} {set edit_button "
$edit_button
"} - append content "
" $edit_button \ - "

$title

" \ - " ($day)
" \ + "

$title

" \ + " ($day)
\n" \ $description $more $my_footer \n\ "
" }