summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-01 11:37:13 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-01 11:37:13 +0000
commit75fc59269d9eff90262e60fdb902c4104de9faeb (patch)
tree11a07c1fd28bcd75ad97c2fdc5a819e545f8bc3e /src/usr/local/www/system_routes.php
parent1c2b6edfcae2d943858d54370a53ca851a316bad (diff)
downloadpfsense-75fc59269d9eff90262e60fdb902c4104de9faeb.zip
pfsense-75fc59269d9eff90262e60fdb902c4104de9faeb.tar.gz
Tidy up "system_routes.php"
Move closing TR tag into the PHP foreach statement
Diffstat (limited to 'src/usr/local/www/system_routes.php')
-rw-r--r--src/usr/local/www/system_routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php
index 47c642a..b13216f 100644
--- a/src/usr/local/www/system_routes.php
+++ b/src/usr/local/www/system_routes.php
@@ -313,8 +313,8 @@ foreach ($a_routes as $i => $route):
<a href="system_routes.php?act=del&amp;id=<?=$i?>" class="fa fa-trash" title="<?=gettext('Delete')?>"></a>
</td>
-<? endforeach?>
</tr>
+<? endforeach?>
</table>
<nav class="action-buttons">
OpenPOWER on IntegriCloud