WhitespaceClean-resources/others
whitespace pass over files for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user