mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1754 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6f6e159d5f
commit
64b0aa789e
1 changed files with 1 additions and 1 deletions
|
|
@ -785,7 +785,7 @@
|
||||||
$content = preg_replace('/<br([^>\/]*)(\/>|>)/i','<br$1 />', $content);
|
$content = preg_replace('/<br([^>\/]*)(\/>|>)/i','<br$1 />', $content);
|
||||||
|
|
||||||
// 몇가지 대문자 태그를 소문자로 변경
|
// 몇가지 대문자 태그를 소문자로 변경
|
||||||
$content = preg_replace_callback('!<(\/){0,1}([A-Z]+)([^>]*?)>!s',array($this,'_transTagToLowerCase'), $content);
|
//$content = preg_replace_callback('!<(\/){0,1}([A-Z]+)([^>]*?)>!s',array($this,'_transTagToLowerCase'), $content);
|
||||||
|
|
||||||
// <img ...> 코드를 <img ... /> 코드로 변환
|
// <img ...> 코드를 <img ... /> 코드로 변환
|
||||||
$content = preg_replace('/<img(.*?)(\/){0,1}>/i','<img$1 />', $content);
|
$content = preg_replace('/<img(.*?)(\/){0,1}>/i','<img$1 />', $content);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue