From 645c24dc389867c71241c6690815340efaf89ed4 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 20 Feb 2013 09:37:58 +0900 Subject: [PATCH] =?UTF-8?q?g4=5Fcharset=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {