X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/0df32f1e0e29293c07dd554a229415c45d9016af..87cb57f1a2f25570a9492688522b6db3f2c24dc8:/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
diff --git a/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php b/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
index 64962f9e7bb..82c34f00bea 100644
--- a/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
+++ b/typo3/sysext/cms/web_info/class.tx_cms_webinfo.php
@@ -2,7 +2,7 @@
/***************************************************************
* Copyright notice
*
-* (c) 1999-2008 Kasper Skaarhoj (kasperYYYY@typo3.com)
+* (c) 1999-2009 Kasper Skaarhoj (kasperYYYY@typo3.com)
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
@@ -138,7 +138,7 @@ class tx_cms_webinfo_page extends t3lib_extobjbase {
$theOutput.= $this->pObj->doc->section($LANG->getLL('hits_title'),
- t3lib_BEfunc::cshItem($dblist->descrTable,'stat',$GLOBALS['BACK_PATH'],'|
'). // CSH
+ t3lib_BEfunc::cshItem($dblist->descrTable, 'stat', $GLOBALS['BACK_PATH'], '|
') . // CSH
$h_func.
$header.
$dblist->HTMLcode,
@@ -152,7 +152,7 @@ class tx_cms_webinfo_page extends t3lib_extobjbase {
// CSH
$theOutput.=$this->pObj->doc->section($LANG->getLL('page_title'),
- t3lib_BEfunc::cshItem($dblist->descrTable,'pagetree_overview',$GLOBALS['BACK_PATH'],'|
'). // CSH
+ t3lib_BEfunc::cshItem($dblist->descrTable, 'pagetree_overview', $GLOBALS['BACK_PATH'], '|
') . // CSH
$h_func.
$dblist->HTMLcode,
0,