Index: openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl,v diff -u -r1.48.2.4 -r1.48.2.5 --- openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 1 Dec 2015 09:23:09 -0000 1.48.2.4 +++ openacs-4/packages/acs-lang/tcl/lang-util-procs.tcl 28 Apr 2016 12:52:08 -0000 1.48.2.5 @@ -830,7 +830,9 @@ } { } { if { [regsub "^${package_key}." [string trim $message "\#"] {} message_key] } { - set edit_url [export_vars -base "[apm_package_url_from_key "acs-lang"]admin/edit-localized-message" { { locale {[ad_conn locale]} } package_key message_key { return_url [ad_return_url] } }] + set edit_url [export_vars -base "[apm_package_url_from_key "acs-lang"]admin/edit-localized-message" { + { locale {[ad_conn locale]} } package_key message_key { return_url [ad_return_url] } + }] } else { set edit_url "" }