Code

Fixed some typos
[gosa.git] / plugins / admin / fai / class_faiPartitionTableEntry.inc
index c7d71d62c71b8f5177b5c1b31e80830795c87e21..219f62da77375c70383bb6f10945fc15e8b02cdc 100644 (file)
@@ -83,6 +83,7 @@ class faiPartitionTableEntry extends plugin
   {
        /* Call parent execute */
        plugin::execute();
+
     /* Fill templating stuff */
     $smarty     = get_smarty();
     $s_action   = "";
@@ -172,7 +173,7 @@ class faiPartitionTableEntry extends plugin
     $FAIfsTypes       = array("ext2","ext3","xfs","swap","reiserfs","dosfat16","winfat32");
 
     /* Display Header */
-    $str = "<table style='width:100%'>";
+    $str = "<table summary='' style='width:100%'>";
     if (count($this->partitions)){
       $str .= "<tr>";
       $str .= "<td>"._("Type")."</td>";