Index: openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl,v diff -u -r1.21 -r1.22 --- openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 7 Apr 2018 19:37:20 -0000 1.21 +++ openacs-4/packages/acs-templating/www/scripts/xinha/attach-file.tcl 18 Jun 2018 07:28:49 -0000 1.22 @@ -101,7 +101,9 @@ element set_value upload_form f_href $f_href } # ensure that Link Title is specified - if { (![info exists f_title] || $f_title eq "") && ([info exists url_ok_btn] && $url_ok_btn ne "") } { + if { (![info exists f_title] || $f_title eq "") + && ([info exists url_ok_btn] && $url_ok_btn ne "") + } { template::form::set_error upload_form f_title "Specify a [_ acs-templating.Link_Title]" } set error_p 0