Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.153 -r1.154 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 1 Jun 2009 07:21:42 -0000 1.153 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 3 Jun 2009 06:42:58 -0000 1.154 @@ -1655,7 +1655,7 @@ -where_clause "p.page_id = bt.revision_id $extra_where_clause" \ -orderby ci.name \ ] { - lappend options [list [set $entry_label] $name] + lappend options [list [set [my entry_label]] $name] } my options $options } Index: openacs-4/packages/xowiki/tcl/includelet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/includelet-procs.tcl,v diff -u -r1.114 -r1.115 --- openacs-4/packages/xowiki/tcl/includelet-procs.tcl 29 May 2009 13:37:48 -0000 1.114 +++ openacs-4/packages/xowiki/tcl/includelet-procs.tcl 3 Jun 2009 06:42:58 -0000 1.115 @@ -2122,7 +2122,6 @@ //window.location.href = m\[1\]; return false; }); - [my js_name].render(); }); " } Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.232 -r1.233 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 8 May 2009 09:12:15 -0000 1.232 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 3 Jun 2009 06:42:57 -0000 1.233 @@ -226,7 +226,7 @@ set header_stuff [::xo::Page header_stuff] if {[info command ::template::head::add_meta] ne ""} { - set meta(lang) [my lang] + set meta(language) [my lang] set meta(description) [my description] set meta(keywords) "" if {[my istype ::xowiki::FormPage]} {