From: Siebrand Mazeland Date: Thu, 16 Aug 2012 09:07:34 +0000 (+0200) Subject: Add missing unit of measure in inline CSS. X-Git-Tag: 1.31.0-rc.0~22703^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=8886399d839121a1dd5f78698a8db83c6dd3536a;p=lhc%2Fweb%2Fwiklou.git Add missing unit of measure in inline CSS. Change-Id: I0baceb98302d1af58270d13713b4366eda7c6dc3 --- diff --git a/includes/Pager.php b/includes/Pager.php index bd6a7f026e..96ba446e55 100644 --- a/includes/Pager.php +++ b/includes/Pager.php @@ -927,7 +927,7 @@ abstract class TablePager extends IndexPager { $tableClass = htmlspecialchars( $this->getTableClass() ); $sortClass = htmlspecialchars( $this->getSortHeaderClass() ); - $s = "\n"; + $s = "
\n"; $fields = $this->getFieldNames(); # Make table header