mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 19:32:15 +09:00
ì 목ì ìê¹ì´ ìë ê²½ì° ìëì¤ë 문ì í´ê²°
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4734 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82068ec7c1
commit
b47437b088
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@
|
|||
if($this->get('title_bold')=='Y') $attrs[] = "font-weight:bold;";
|
||||
if($this->get('title_color')&&$this->get('title_color')!='N') $attrs[] = "color:#".$this->get('title_color');
|
||||
|
||||
//if(count($attrs)) return sprintf("<span style=\"%s\">%s</span>", implode(';',$attrs), htmlspecialchars($title));
|
||||
if(count($attrs)) return sprintf("<span style=\"%s\">%s</span>", implode(';',$attrs), htmlspecialchars($title));
|
||||
else return htmlspecialchars($title);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue