noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 66/218: Remove the default "<div class=conten


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 66/218: Remove the default "<div class=content>" which lead to cosmetic bug in the plugins
Date: Thu, 12 Sep 2019 15:58:42 -0400 (EDT)

sparkyx pushed a commit to branch entreprise
in repository noalyss.

commit 5b8c5acbc72c66337abefeb0dff2ecb7ae2da95b
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jun 26 19:17:06 2018 +0200

    Remove the default "<div class=content>" which lead to cosmetic bug
    in the plugins
---
 include/extension_get.inc.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/extension_get.inc.php b/include/extension_get.inc.php
index 86f1961..75f6eea 100644
--- a/include/extension_get.inc.php
+++ b/include/extension_get.inc.php
@@ -38,7 +38,6 @@ if ( ! file_exists(NOALYSS_PLUGIN.'/'.trim($ext->me_file)))
                alert(j(_("Ce fichier n'existe pas ")));
                return;
        }
-echo '<div class="content">';
 require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.trim($ext->me_file);
 
 



reply via email to

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