Add missing unit of measure in inline CSS.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 16 Aug 2012 09:07:34 +0000 (11:07 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 16 Aug 2012 09:07:34 +0000 (11:07 +0200)
Change-Id: I0baceb98302d1af58270d13713b4366eda7c6dc3

includes/Pager.php

index bd6a7f0..96ba446 100644 (file)
@@ -927,7 +927,7 @@ abstract class TablePager extends IndexPager {
                $tableClass = htmlspecialchars( $this->getTableClass() );
                $sortClass = htmlspecialchars( $this->getSortHeaderClass() );
 
-               $s = "<table style='border:1;' class=\"mw-datatable $tableClass\"><thead><tr>\n";
+               $s = "<table style='border:1px;' class=\"mw-datatable $tableClass\"><thead><tr>\n";
                $fields = $this->getFieldNames();
 
                # Make table header