Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / includes / ui / view_package.php
index dee8a2f9945df7fe4fb03248e100c0ee426f141e..ff015da9ff2a98d55480c936d2cd6e672a86361f 100644 (file)
@@ -43,7 +43,7 @@ $pkg = get_package_info($_GET['id'], null, $filter);
 
 display_heading(sprintf(_("Content information for package '%s'"), $_GET['id']));
 br();
-start_table(TABLESTYLE2, "width=80%");
+start_table(TABLESTYLE2, "width='80%'");
 $th = array(_("Property"), _("Value"));
 table_header($th);