summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-10-28 10:41:29 +0545
committerStephen Beaver <sbeaver@netgate.com>2015-10-28 10:04:42 -0400
commit4a5ac5e034c01cf97aabf2d408c6827c1997597d (patch)
tree19ef3e757d2e840372e60ff117e18aab51e4fc59 /src/usr/local/www/system_routes.php
parent329b5c4940122339bfcbb34686bb42d0b144fe63 (diff)
downloadpfsense-4a5ac5e034c01cf97aabf2d408c6827c1997597d.zip
pfsense-4a5ac5e034c01cf97aabf2d408c6827c1997597d.tar.gz
system_routes Actions column format
Diffstat (limited to 'src/usr/local/www/system_routes.php')
-rw-r--r--src/usr/local/www/system_routes.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/local/www/system_routes.php b/src/usr/local/www/system_routes.php
index ef7de50..3e3fded 100644
--- a/src/usr/local/www/system_routes.php
+++ b/src/usr/local/www/system_routes.php
@@ -1,5 +1,8 @@
<?php
/* $Id$ */
+/*
+ system_routes.php
+*/
/* ====================================================================
* Copyright (c) 2004-2015 Electric Sheep Fencing, LLC. All rights reserved.
* Copyright (c) 2004, 2005 Scott Ullrich
@@ -268,7 +271,7 @@ display_top_tabs($tab_array);
<th><?=gettext("Gateway")?></th>
<th><?=gettext("Interface")?></th>
<th><?=gettext("Description")?></th>
- <th><th><?=gettext("Actions")?></th></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud