summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-14 09:22:03 -0200
committerRenato Botelho <renato@netgate.com>2017-02-14 09:22:03 -0200
commit744f5734d8811f37f796fbff8cd920fc7832cc8d (patch)
treeb28ac5d6fa6f6f71921e978feb7adebbba0812a3 /src/usr/local
parentee8363147177fd4800a14606c270f1201d033213 (diff)
parentd86cff7f61af51ee2bd9df9df309576b11d7ecc6 (diff)
downloadpfsense-744f5734d8811f37f796fbff8cd920fc7832cc8d.zip
pfsense-744f5734d8811f37f796fbff8cd920fc7832cc8d.tar.gz
Merge pull request #3544 from phil-davis/patch-5
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/index.php b/src/usr/local/www/index.php
index ab41a4b..c751af4 100644
--- a/src/usr/local/www/index.php
+++ b/src/usr/local/www/index.php
@@ -359,7 +359,7 @@ foreach ($widgets as $widgetname => $widgetconfig) {
<div class="row">
<?php
- $columnWidth = 12 / $numColumns;
+ $columnWidth = (int) (12 / $numColumns);
for ($currentColumnNumber = 1; $currentColumnNumber <= $numColumns; $currentColumnNumber++) {
OpenPOWER on IntegriCloud