Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl,v diff -u -r1.36.2.1 -r1.36.2.2 --- openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 17 Aug 2015 17:45:03 -0000 1.36.2.1 +++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.tcl 18 Sep 2015 07:33:48 -0000 1.36.2.2 @@ -580,7 +580,7 @@ apm_callback_and_log $callback "
  • Downloading $url..." if { [catch {apm_transfer_file -url $url -output_file_name $file_path} errmsg] } { apm_callback_and_log $callback "Unable to download. Please check your URL.. - The following error was returned:
    [ad_quotehtml $errmsg]
    +            The following error was returned: 
    [ns_quotehtml $errmsg]
                 
    " return } @@ -601,7 +601,7 @@ apm_callback_and_log $callback "
  • Done. Archive is [format %.1f [expr { [file size $file_path] / 1024.0 }]]KB, with [llength $files] files.
  • " } errmsg] } { apm_callback_and_log $callback "The follow error occured during the uncompression process: -
    [ad_quotehtml $errmsg]

    +
    [ns_quotehtml $errmsg]

    " ns_log Error "Error loading APM file form url $url: $errmsg\n$::errorInfo" return @@ -657,7 +657,7 @@ file delete -force $tmpdir apm_callback_and_log $callback "The archive contains an unparseable package specification file: $info_file. The following error was produced while trying to - parse it:
    [ad_quotehtml $errmsg]
    . + parse it:
    [ns_quotehtml $errmsg]
    .

    The package cannot be installed. \n"