Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / admin / view / view_package.php
index 6d957720e98dfec2a3bfd7056302330c63566fa1..49c5fee95d5c0ab341bc2b064d42a036a18f5d57 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);