WhitespaceClean-resources/others

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 13:57:01 +00:00
parent 11c2176a15
commit 2b39287bdc
18 changed files with 166 additions and 166 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ require_once "resources/require.php";
//prepare the template to display the output
$custom_head = '';
if (isset($_SESSION["theme"]["title"]["text"])) {
if (strlen($_SESSION["theme"]["title"]["text"]) > 0) {
$document_title = (($document["title"] != '') ? $document["title"]." - " : null).$_SESSION["theme"]["title"]["text"];