diff options
author | Colin Fleming <cj_fleming@sky.com> | 2015-04-22 12:54:02 +0100 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 09:02:17 -0300 |
commit | 9dded879f0242d910fb6154208c6519ea21ef698 (patch) | |
tree | 7bfd15e98c3f3500f1ad23401128878e43862953 /usr | |
parent | d9e5a9318c936d9019a9a289d2473fe6c3f9ce9b (diff) | |
download | pfsense-9dded879f0242d910fb6154208c6519ea21ef698.zip pfsense-9dded879f0242d910fb6154208c6519ea21ef698.tar.gz |
Tidy up "status_upnp.php" XHTML
Remove double line from table
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/status_upnp.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/status_upnp.php b/usr/local/www/status_upnp.php index 82e3998..a04850f 100644 --- a/usr/local/www/status_upnp.php +++ b/usr/local/www/status_upnp.php @@ -102,16 +102,16 @@ if(!$config['installedpackages'] || !$config['installedpackages']['miniupnpd'][' <td class="listlr"> <?php print $rdr_port;?> </td> - <td class="listlr"> + <td class="listr"> <?php print $rdr_proto;?> </td> - <td class="listlr"> + <td class="listr"> <?php print $rdr_ip;?> </td> - <td class="listlr"> + <td class="listr"> <?php print $rdr_iport;?> </td> - <td class="listlr"> + <td class="listr"> <?php print $rdr_label;?> </td> </tr> |