diff options
author | ivan <ivan> | 2005-11-04 11:43:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-04 11:43:42 +0000 |
commit | 705fca9417351f1fb86304ad95e33f61fb491587 (patch) | |
tree | cecee114aaddfd5ea23aadc10f4cbaff7f6d0c5c /httemplate/elements | |
parent | e254aa061c5ae8b838ea2b5af2e96f6e6f843d59 (diff) |
oops, typo applying patch
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/xmlhttp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/xmlhttp.html b/httemplate/elements/xmlhttp.html index cf277fe1a..28130e501 100644 --- a/httemplate/elements/xmlhttp.html +++ b/httemplate/elements/xmlhttp.html @@ -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 |