Code

Fixed header tag
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 14:26:28 +0000 (14:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 3 Mar 2010 14:26:28 +0000 (14:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15991 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_plugin.inc

index 0a4b4065793f4de8ba4836e1b6a502c7755c4697..be28572cdfa468b4c7d82de9b91c749f0197bef9 100644 (file)
@@ -605,7 +605,7 @@ class plugin
       $state= "";
     }
     $display = "<p>$text<br>\n";
-    $display.= "<input type=submit value=\"$button_text\" name=\"modify_state\" ".$state."><p>";
+    $display.= "<input type=submit value=\"$button_text\" name=\"modify_state\" ".$state."></p>";
     return($display);
   }