Index: openacs-4/packages/acs-admin/www/apm/package-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/package-add-2.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-admin/www/apm/package-add-2.tcl 19 Jan 2018 13:40:40 -0000 1.15 +++ openacs-4/packages/acs-admin/www/apm/package-add-2.tcl 21 Jan 2018 00:38:38 -0000 1.16 @@ -124,9 +124,10 @@ if {[catch { apm_package_install_spec $version_id } errmsg]} { - ad_return_error "Filesystem Error" " - I was unable to create your package for the following reason: -
[ns_quotehtml $errmsg]
" + ad_return_error "Filesystem Error" \ + "I was unable to create your package for the following reason: +
[ns_quotehtml $errmsg]
" + ad_script_abort } } } on_error { @@ -137,11 +138,9 @@ ad_returnredirect "version-view?version_id=$version_id" ad_script_abort } - ad_return_error "Database Error" " - I was unable to create your package for the following reason: - -
[ns_quotehtml $errmsg]
- " + ad_return_error "Database Error" \ + "I was unable to create your package for the following reason: +
[ns_quotehtml $errmsg]
" ad_script_abort }