noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 102/323: correct bug created by the merge


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 102/323: correct bug created by the merge
Date: Wed, 14 Mar 2018 17:38:32 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8c1e344cce71fad87c49278b8d09fab21a088884
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jan 27 15:05:28 2018 +0100

    correct bug created by the  merge
---
 include/lib/html_input.class.php | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/include/lib/html_input.class.php b/include/lib/html_input.class.php
index 28a484d..31f28b3 100755
--- a/include/lib/html_input.class.php
+++ b/include/lib/html_input.class.php
@@ -877,11 +877,6 @@ class HtmlInput
           } else {
               $p_url=sprintf('href="%s"',$p_url);
         }
-        else
-        {
-            $p_url=sprintf('href="%s"', $p_url);
-        }
-
 
         $str=sprintf('<a %s %s %s>%s</a>', $p_style, $p_url, $p_js, $p_text);
         return $str;



reply via email to

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