사용자단 따옴표 수정

This commit is contained in:
chicpro
2012-11-05 18:37:34 +09:00
parent 1a21051afb
commit 6e4d4a3c7a
4 changed files with 16 additions and 16 deletions

View File

@ -282,7 +282,7 @@ with (document.fwrite)
if (typeof(ca_name) != "undefined")
if (w.value == "u")
ca_name.value = "<?=$write[ca_name]?>";
ca_name.value = "<?=$write['ca_name']?>";
}
function html_auto_br(obj)