esthetic
This commit is contained in:
parent
884b7d2cba
commit
06855f2c2a
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ class Icon_Action
|
|||
*/
|
||||
static function warnbulle($p_comment)
|
||||
{
|
||||
$r=sprintf('<A tabindex="-1" onmouseover="showBulle(\'%s\')" onclick="showBulle(\'%s\')" onmouseout="hideBulle(0)" style="color:red" class="icon"></A>',
|
||||
$r=sprintf('<span tabindex="-1" onmouseover="showBulle(\'%s\')" onclick="showBulle(\'%s\')" onmouseout="hideBulle(0)" style="color:red" class="icon"></span>',
|
||||
$p_comment, $p_comment);
|
||||
|
||||
return $r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue