Index: openacs-4/packages/acs-admin/www/cache/show-util-memoize.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/cache/show-util-memoize.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-admin/www/cache/show-util-memoize.adp 8 Oct 2003 11:03:47 -0000 1.3 +++ openacs-4/packages/acs-admin/www/cache/show-util-memoize.adp 26 Jun 2004 12:44:33 -0000 1.4 @@ -35,7 +35,7 @@ @matches.key@ - @matches.value@ + @matches.value;noquote@
Index: openacs-4/packages/acs-admin/www/cache/show-util-memoize.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/cache/show-util-memoize.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-admin/www/cache/show-util-memoize.tcl 8 Oct 2003 11:03:47 -0000 1.2 +++ openacs-4/packages/acs-admin/www/cache/show-util-memoize.tcl 26 Jun 2004 12:44:33 -0000 1.3 @@ -32,7 +32,7 @@ template::multirow append matches [string range $key 0 200] \ [string range $value 0 200] $value_size $safe_key \ $date $raw_date - } + } } }