Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -r1.168 -r1.169 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 7 Oct 2003 12:24:37 -0000 1.168 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 14 Oct 2003 08:26:32 -0000 1.169 @@ -455,15 +455,15 @@ # Page rename chunk # set page_name_chunk " - + " @@ -2277,7 +2277,7 @@ set thisoption_name [lindex $option_value 0] # We allow portal page names to have embedded message catalog keys # that we localize on the fly - set thisoption_value [lang::util::localize [lindex $option_value 1]] + set thisoption_value [ad_quotehtml [lang::util::localize [lindex $option_value 1]]] set thisoption_link_p 1 if {[llength $option_value] > 3} { set thisoption_link_p [lindex $option_value 3]

$page_name

[ad_quotehtml $page_name]

- +