bug: error js in Icon_Action::close
This commit is contained in:
parent
126da79b29
commit
a8a2ab1d91
1 changed files with 2 additions and 2 deletions
|
|
@ -126,8 +126,8 @@ class Icon_Action
|
|||
static function close($p_div)
|
||||
{
|
||||
$r='';
|
||||
$r.=sprintf('<A class="icon" onclick="removeDiv(\'%s\');%s">⨉</A>',
|
||||
$p_div, $p_div);
|
||||
$r.=sprintf('<A class="icon" onclick="removeDiv(\'%s\')">⨉</A>',
|
||||
$p_div);
|
||||
return $r;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue