diff options
author | Phil Davis <phil.davis@inf.org> | 2016-01-15 22:46:47 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2016-01-15 22:46:47 +0545 |
commit | 12537fdf6c16ec2704c8478c40d39201ac60b20e (patch) | |
tree | 2d6312ec9759f1454a51aed3a11c73e566fe494b /src/usr/local/www/diag_confbak.php | |
parent | 2cb37fa6c1a5746a55e09186c557ea298865da87 (diff) | |
download | pfsense-12537fdf6c16ec2704c8478c40d39201ac60b20e.zip pfsense-12537fdf6c16ec2704c8478c40d39201ac60b20e.tar.gz |
diag_confbak fix typo in class name
Diffstat (limited to 'src/usr/local/www/diag_confbak.php')
-rw-r--r-- | src/usr/local/www/diag_confbak.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_confbak.php b/src/usr/local/www/diag_confbak.php index bb67309..6a492b9 100644 --- a/src/usr/local/www/diag_confbak.php +++ b/src/usr/local/www/diag_confbak.php @@ -226,7 +226,7 @@ if (is_array($confvers)) { ?> <form action="diag_confbak.php" method="get"> - <div class="table-resposive"> + <div class="table-responsive"> <table class="table table-striped table-hover table-condensed"> <?php if (is_array($confvers)): |