From 3726c01129d404929701f1bf9e57dd269c601320 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 15 Nov 2009 21:03:02 +0000 Subject: [PATCH] jquery will not become an extension in the future --- inc/functions.php | 2 +- templates/de/html/page_header.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index 4127ee62a1..a31c402069 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -77,7 +77,7 @@ function outputHtml ($htmlCode, $newLine = true) { // The same as above... ^ outputRawCode($htmlCode); - if ($newLine) print("\n"); + if ($newLine === true) print("\n"); break; default: diff --git a/templates/de/html/page_header.tpl b/templates/de/html/page_header.tpl index fb13505a8a..b72b71d8ef 100644 --- a/templates/de/html/page_header.tpl +++ b/templates/de/html/page_header.tpl @@ -7,4 +7,4 @@ - + -- 2.30.2