From f93e9098abc0d490a4f9fca2eef69396eb5bb099 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Sat, 7 Jan 2017 20:11:57 +0545 Subject: 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 --- src/usr/local/www/guiconfig.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local') 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 */ -- cgit v1.1