Index: openacs-4/packages/xowiki/www/xinha/attach-file.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/xinha/attach-file.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/xowiki/www/xinha/attach-file.adp 7 Aug 2017 23:48:31 -0000 1.4 +++ openacs-4/packages/xowiki/www/xinha/attach-file.adp 4 Jul 2018 10:25:22 -0000 1.5 @@ -69,7 +69,7 @@ var f_url = document.getElementById("f_url"); var url = f_url.value; if (!url) { - alert("You have to enter an URL first"); + alert("You have to enter a URL first"); f_url.focus(); return false; }