diff --git a/js/common.js b/js/common.js index 03feb86f3..81a233273 100644 --- a/js/common.js +++ b/js/common.js @@ -260,7 +260,7 @@ function image_window(img) win=window.open("","image_window",settings); win.document.open(); - win.document.write (" \n \n\n"); + win.document.write (" \n \n\n"); var size = "이미지 사이즈 : "+w+" x "+h; win.document.write (""+size+" \n"); if(w >= screen.width || h >= screen.height) {