Index: openacs-4/packages/acs-templating/tcl/paginator-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/paginator-procs.tcl,v diff -u -r1.22.2.4 -r1.22.2.5 --- openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 14 Sep 2016 16:12:23 -0000 1.22.2.4 +++ openacs-4/packages/acs-templating/tcl/paginator-procs.tcl 27 Sep 2016 08:04:02 -0000 1.22.2.5 @@ -114,7 +114,8 @@ # problem. # if { ($row_ids eq {} && ![::cache exists $cache_key]) - || ([info exists opts(flush_p)] && $opts(flush_p) == "t") } { + || ([info exists opts(flush_p)] && $opts(flush_p) == "t") + } { if { [info exists opts(printing_prefs)] && $opts(printing_prefs) ne "" } { set title [lindex $opts(printing_prefs) 0] set stylesheet [lindex $opts(printing_prefs) 1] @@ -157,10 +158,8 @@ # nsv_set __template_cache_timeout $cache_key $opts(timeout) #} ns_write [subst { - }]