#17988757 : 파일 인코딩을 UTF-8로 고정하기 위해 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6301 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mooo 2009-05-07 09:15:00 +00:00
parent 7f56a4f19d
commit 93734f809d

View file

@ -1,5 +1,6 @@
<!--#include("header.html")-->
<!-- 게시물 작성 폼 -->
<form action="./" method="post" onsubmit="return procFilter(this, insert)" id="fo_write">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="content" value="{$oDocument->getContentText()}" />