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.193.2.2 -r1.193.2.3 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 12 Sep 2015 11:06:38 -0000 1.193.2.2 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 18 Sep 2015 08:07:33 -0000 1.193.2.3 @@ -494,7 +494,7 @@
-
+
@@ -2433,7 +2433,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 [ad_quotehtml [lang::util::localize [lindex $option_value 1]]] + set thisoption_value [ns_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]