summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/guiconfig.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-07 20:11:57 +0545
committerGitHub <noreply@github.com>2017-01-07 20:11:57 +0545
commitf93e9098abc0d490a4f9fca2eef69396eb5bb099 (patch)
tree664fd03d370ba783303bfa19432d2638cacdedfe /src/usr/local/www/guiconfig.inc
parent7e33d908b155007e06281f07544e9ab26f357d6e (diff)
downloadpfsense-f93e9098abc0d490a4f9fca2eef69396eb5bb099.zip
pfsense-f93e9098abc0d490a4f9fca2eef69396eb5bb099.tar.gz
Remove unusued $heading in genhtmltitle()
It came into use in https://github.com/pfsense/pfsense/commit/45eebe10a93fa1e2399c6cdf133ad88dc21ee6e7 but genhtmltitle() has changed since then and no longer uses $heading
Diffstat (limited to 'src/usr/local/www/guiconfig.inc')
-rw-r--r--src/usr/local/www/guiconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/guiconfig.inc b/src/usr/local/www/guiconfig.inc
index d4fc383..ab9fa09 100644
--- a/src/usr/local/www/guiconfig.inc
+++ b/src/usr/local/www/guiconfig.inc
@@ -508,7 +508,7 @@ function genhtmltitle($title) {
$bc = "";
}
- return $heading . $bc;
+ return $bc;
}
/* update the changedesc and changecount(er) variables */
OpenPOWER on IntegriCloud