bugfix - unclosed <div> in toggles with an info bubble
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 29 Mar 2011 05:18:17 +0000 (07:18 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 29 Mar 2011 05:18:17 +0000 (07:18 +0200)
plekit/php/toggle.php

index 65e3996..562ffd4 100644 (file)
@@ -139,6 +139,7 @@ class PlekitToggle {
     $html .= "<div class='toggle-info'";
     $html .= " id='$div_id'";
     if ($info_visible) $html .= " style='display:none'";
+    $html .= ">";
     // tmp
     $html .= "<table class='center'><tr><td class='top'>";
     $html .= $this->options['info-text'];