summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_captiveportal_filemanager.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2016-01-10 14:53:59 +0000
committerColin Fleming <cj_fleming@sky.com>2016-01-10 14:53:59 +0000
commit38a50807ec71812b9a900e7792005046940a3d69 (patch)
treecee6912538d6188a5bf6030891225e42e448745e /src/usr/local/www/services_captiveportal_filemanager.php
parentac2239116431422e653121f7318f99a173338df2 (diff)
downloadpfsense-38a50807ec71812b9a900e7792005046940a3d69.zip
pfsense-38a50807ec71812b9a900e7792005046940a3d69.tar.gz
Merge duplicate CLASS statements
Remove duplicate class error by merging them together.
Diffstat (limited to 'src/usr/local/www/services_captiveportal_filemanager.php')
-rw-r--r--src/usr/local/www/services_captiveportal_filemanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_captiveportal_filemanager.php b/src/usr/local/www/services_captiveportal_filemanager.php
index 56dbd73..fcbfbbe 100644
--- a/src/usr/local/www/services_captiveportal_filemanager.php
+++ b/src/usr/local/www/services_captiveportal_filemanager.php
@@ -271,7 +271,7 @@ endif;
// The notes displayed on the page are large, the page content comparitively small. A "Note" button
// is provided so that you only see the notes if you ask for them
?>
-<div class="infoblock" class="panel panel-default">
+<div class="infoblock panel panel-default">
<div class="panel-heading"><h2 class="panel-title">Notes</h2></div>
<div class="panel-body">
<?=gettext("Any files that you upload here with the filename prefix of captiveportal- will " .
OpenPOWER on IntegriCloud