mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
내용중에 언어 코드도 처리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6361 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
20d87e2347
commit
edfee4028a
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue