mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 17:59:55 +09:00
인용구 여닫는 텍스트에 <= 와 같은 tag 가 와도 깨어지지 않도록 코드 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2775 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dc6378cf97
commit
06494b5ae5
2 changed files with 7 additions and 4 deletions
|
|
@ -75,6 +75,9 @@
|
|||
if($use_folder == "Y") {
|
||||
$folder_id = rand(1000000,9999999);
|
||||
|
||||
$folder_opener = str_replace("&","&",$folder_opener);
|
||||
$folder_closer = str_replace("&","&",$folder_closer);
|
||||
|
||||
if($bold == "Y") $class = "bold";
|
||||
switch($color) {
|
||||
case "red" :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue