Commit a62529c6 authored by hisuinohoshi's avatar hisuinohoshi

fix

parent 85806a25
......@@ -608,9 +608,13 @@ function parse_itm_desc($n,$t,$short=0,$c=NULL)
}
$ret = $span;
if(!empty($ret1)) $ret .= $p1.$ret1;
if(!empty($ret2))
if(isset($c))
{
$ret2 = $c."\"";
$ret .= $p2.$ret2;
}
elseif(!empty($ret2))
{
if(isset($c)) $ret2 = $c."\"";
$ret .= $p2.$ret2;
}
$ret .= ">".$n."</span>";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment