Index: openacs-4/packages/xowiki/tcl/weblog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/weblog-procs.tcl,v diff -u -r1.73 -r1.74 --- openacs-4/packages/xowiki/tcl/weblog-procs.tcl 21 Dec 2017 20:44:58 -0000 1.73 +++ openacs-4/packages/xowiki/tcl/weblog-procs.tcl 25 Mar 2018 22:13:40 -0000 1.74 @@ -197,7 +197,7 @@ } # # Since there is no filtering on the left join tables, there is no - # need to incude these in the count query. + # need to include these in the count query. # set :nr_items [::xo::dc get_value count-weblog-entries \ [$base_type instance_select_query \ @@ -333,7 +333,7 @@ append content "
" \ "

[ns_quotehtml ${:title}]

" \ "

Created by ${:creator}, " \ - "last modfied by [::xo::get_user_name ${:creation_user}] " \ + "last modified by [::xo::get_user_name ${:creation_user}] " \ "${:pretty_date}

" \ ${:description} $more \n\ "
"