diff options
author | Renato Botelho <renato@netgate.com> | 2017-01-09 10:24:39 -0200 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2017-01-09 10:24:39 -0200 |
commit | 0d2e7de80cf485b20a644a11fa933637916bbce1 (patch) | |
tree | 9219f42eeaa44c1e428f13c5ea927e868a96b74a /src/usr | |
parent | 286ed246df8bc25df436fd6a5cbc66e38fe5a06a (diff) | |
parent | f93e9098abc0d490a4f9fca2eef69396eb5bb099 (diff) | |
download | pfsense-0d2e7de80cf485b20a644a11fa933637916bbce1.zip pfsense-0d2e7de80cf485b20a644a11fa933637916bbce1.tar.gz |
Merge pull request #3363 from phil-davis/patch-1
Diffstat (limited to 'src/usr')
-rw-r--r-- | src/usr/local/www/guiconfig.inc | 2 |
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 */ |