mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
comment부분 빠진 커밋 보충
_( : 3∠ )_
This commit is contained in:
parent
4e42a59253
commit
f949b2d1c7
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ class commentItem extends Object
|
|||
$content = preg_replace('!(<br[\s]*/{0,1}>[\s]*)+!is', ' ', $content);
|
||||
|
||||
// replace tags such as </p> , </div> , </li> by blanks.
|
||||
$content = str_replace(array('</p>', '</div>', '</li>'), ' ', $content);
|
||||
$content = str_replace(array('</p>', '</div>', '</li>', '-->'), ' ', $content);
|
||||
|
||||
// Remove tags
|
||||
$content = preg_replace('!<([^>]*?)>!is', '', $content);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue