diff options
author | Stephen Beaver <sbeaver@netgate.com> | 2016-01-07 13:56:51 -0500 |
---|---|---|
committer | Stephen Beaver <sbeaver@netgate.com> | 2016-01-07 13:56:51 -0500 |
commit | 3568193009b7c2b5bde38e913f6e87dfa9265a12 (patch) | |
tree | e2445847e89928f68d3aff40377f951fb9460416 /src/usr/local/www/diag_confbak.php | |
parent | 6ac8623c18029152d119a43e50623c259f62f013 (diff) | |
download | pfsense-3568193009b7c2b5bde38e913f6e87dfa9265a12.zip pfsense-3568193009b7c2b5bde38e913f6e87dfa9265a12.tar.gz |
Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this
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 7e01c5c..cc8d137 100644 --- a/src/usr/local/www/diag_confbak.php +++ b/src/usr/local/www/diag_confbak.php @@ -208,7 +208,7 @@ print($form); if (is_array($confvers)) { ?> <div> - <div id="infoblock_open"> + <div class="infoblock_open"> <?=print_info_box( gettext( 'To view the differences between an older configuration and a newer configuration, ' . |