noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 260/323: esthetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 260/323: esthetic
Date: Wed, 14 Mar 2018 17:39:01 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 06855f2c2acb0b7fb45ddfea9651ef21b03396b3
Author: Dany De Bontridder <address@hidden>
Date:   Sat Feb 24 16:04:33 2018 +0100

    esthetic
---
 include/lib/icon_action.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/icon_action.class.php 
b/include/lib/icon_action.class.php
index 39d964b..2b6b3b9 100644
--- a/include/lib/icon_action.class.php
+++ b/include/lib/icon_action.class.php
@@ -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">&#xe818;</A>',
+        $r=sprintf('<span tabindex="-1" onmouseover="showBulle(\'%s\')"  
onclick="showBulle(\'%s\')" onmouseout="hideBulle(0)" style="color:red" 
class="icon">&#xe818;</span>',
                 $p_comment, $p_comment);
 
         return $r;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]