summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-01-31 19:13:02 -0800
committerNOYB <Al_Stu@Frontier.com>2016-01-31 19:13:02 -0800
commit20e108e0638d529fe8923001d09c396b8780afe4 (patch)
treec343ba721d830948e411e6414c6583574ef98520 /src/usr/local/www/head.inc
parent43af588261c440ec165b6c0225c07f4da6e4b912 (diff)
downloadpfsense-20e108e0638d529fe8923001d09c396b8780afe4.zip
pfsense-20e108e0638d529fe8923001d09c396b8780afe4.tar.gz
Remove Non-Existent Class - help-icon
Remove non-existent help-icon class statements from index and head.
Diffstat (limited to 'src/usr/local/www/head.inc')
-rwxr-xr-xsrc/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 015b3f9..515a6d6 100755
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -520,7 +520,7 @@ echo '<li>'. get_shortcut_log_link($shortcut_section, false). '</li>';
?>
<?php if (!$g['disablehelpicon']): ?>
<li>
- <a href="<?=$helpurl?>" target="_blank" title="<?=gettext("Help for items on this page")?>" class="help-icon">
+ <a href="<?=$helpurl?>" target="_blank" title="<?=gettext("Help for items on this page")?>">
<i class="fa fa-question-circle"></i>
</a>
</li>
OpenPOWER on IntegriCloud