인용구 여닫는 텍스트에 <= 와 같은 tag 가 와도 깨어지지 않도록 코드 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2775 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-15 11:04:07 +00:00
parent dc6378cf97
commit 06494b5ae5
2 changed files with 7 additions and 4 deletions

View file

@ -75,6 +75,9 @@
if($use_folder == "Y") {
$folder_id = rand(1000000,9999999);
$folder_opener = str_replace("&amp;","&",$folder_opener);
$folder_closer = str_replace("&amp;","&",$folder_closer);
if($bold == "Y") $class = "bold";
switch($color) {
case "red" :