summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-04 18:06:59 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-04 18:07:54 -0400
commit017ca0c0c3d09f8181f65fcdef787619e24963c0 (patch)
treefd8cef7d6a8310a9c21507d31319bd25d80b7dd3 /src/usr
parent5a758355ec9a20ff75c9191b6915df64255fb8be (diff)
downloadpfsense-017ca0c0c3d09f8181f65fcdef787619e24963c0.zip
pfsense-017ca0c0c3d09f8181f65fcdef787619e24963c0.tar.gz
COrrected missing "<"
(cherry picked from commit 9723b525a4ec62946248014747bfa1f4ed2ef8ae)
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/status_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_ipsec.php b/src/usr/local/www/status_ipsec.php
index fe49d74..9e895f9 100644
--- a/src/usr/local/www/status_ipsec.php
+++ b/src/usr/local/www/status_ipsec.php
@@ -381,7 +381,7 @@ function print_ipsec_body() {
print("</tbody>\n");
print(" </table>\n");
print("</td>\n");
- print(" /tr>\n");
+ print("</tr>\n");
}
OpenPOWER on IntegriCloud