내용중에 언어 코드도 처리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6361 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-05-22 14:03:57 +00:00
parent 20d87e2347
commit edfee4028a

View file

@ -237,7 +237,7 @@
* HTML 컨텐츠에서 텍스트와 링크만 추출하는 기능
**/
function setContent($content) {
$oModuleController = &getController('module');
$allow_tag_array = array('<a>','<br>','<p>','<b>','<i>','<u>','<em>','<small>','<strong>','<big>','<table>','<tr>','<td>');
@ -302,6 +302,7 @@
}
$this->content = $contents[$this->mobilePage-1];
$oModuleController->replaceDefinedLangCode($this->content);
}
/**