Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -r1.542.2.166 -r1.542.2.167 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Nov 2022 13:24:14 -0000 1.542.2.166 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 15 Dec 2022 19:30:02 -0000 1.542.2.167 @@ -2171,7 +2171,7 @@ # we use as default decoration for included pages # the "portlet" decoration # - $page set __decoration [::$package_id get_parameter default-portlet-decoration portlet] + $page set __decoration [::$package_id get_parameter default-portlet-decoration:graph portlet] } } @@ -2893,8 +2893,8 @@ Page instproc get_rich_text_spec {field_name default} { set package_id ${:package_id} set spec "" - #:msg WidgetSpecs=[::$package_id get_parameter WidgetSpecs] - foreach {s widget_spec} [::$package_id get_parameter WidgetSpecs] { + #:msg WidgetSpecs=[::$package_id get_parameter -check_query_parameter false WidgetSpecs] + foreach {s widget_spec} [::$package_id get_parameter -check_query_parameter false WidgetSpecs] { lassign [split $s ,] page_name var_name # in case we have no name (edit new page) we use the first value or the default. set name [expr {[info exists :name] ? ${:name} : $page_name}] @@ -3135,7 +3135,7 @@ # # handle footer # - if {$with_footer && [::xo::cc get_parameter content-type text/html] eq "text/html"} { + if {$with_footer && [::xo::cc get_parameter content-type:graph text/html] eq "text/html"} { append content "