oops, typo applying patch
[freeside.git] / httemplate / elements / xmlhttp.html
index cf277fe..28130e5 100644 (file)
@@ -78,7 +78,7 @@
               a[a.length-1](data);
               if ( data.indexOf("<b>System error</b>") > -1 ) {
                 var w;
-                if ( w = window.open("about:blank") ) }
+                if ( w = window.open("about:blank") ) {
                   w.document.write(data);
                 } else {
                   // popup blocking?  should use an overlib popup instead