diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-04-04 18:06:59 -0400 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-04-04 18:07:54 -0400 |
commit | 017ca0c0c3d09f8181f65fcdef787619e24963c0 (patch) | |
tree | fd8cef7d6a8310a9c21507d31319bd25d80b7dd3 | |
parent | 5a758355ec9a20ff75c9191b6915df64255fb8be (diff) | |
download | pfsense-017ca0c0c3d09f8181f65fcdef787619e24963c0.zip pfsense-017ca0c0c3d09f8181f65fcdef787619e24963c0.tar.gz |
COrrected missing "<"
(cherry picked from commit 9723b525a4ec62946248014747bfa1f4ed2ef8ae)
-rw-r--r-- | src/usr/local/www/status_ipsec.php | 2 |
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"); } |