projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed bug #11129: Validation issue: End tag for "br" omitted, but OMITTAG NO was...
[Packages/TYPO3.CMS.git]
/
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
264ce6c
..
82c34f0
100644
(file)
--- 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
*
/***************************************************************
* Copyright notice
*
-* (c) 1999-200
5
Kasper Skaarhoj (kasperYYYY@typo3.com)
+* (c) 1999-200
9
Kasper Skaarhoj (kasperYYYY@typo3.com)
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project is
* 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'),
$theOutput.= $this->pObj->doc->section($LANG->getLL('hits_title'),
- t3lib_BEfunc::cshItem($dblist->descrTable,
'stat',$GLOBALS['BACK_PATH'],'|<br/>').
// CSH
+ t3lib_BEfunc::cshItem($dblist->descrTable,
'stat', $GLOBALS['BACK_PATH'], '|<br />') .
// CSH
$h_func.
$header.
$dblist->HTMLcode,
$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'),
// CSH
$theOutput.=$this->pObj->doc->section($LANG->getLL('page_title'),
- t3lib_BEfunc::cshItem($dblist->descrTable,
'pagetree_overview',$GLOBALS['BACK_PATH'],'|<br/>').
// CSH
+ t3lib_BEfunc::cshItem($dblist->descrTable,
'pagetree_overview', $GLOBALS['BACK_PATH'], '|<br />') .
// CSH
$h_func.
$dblist->HTMLcode,
0,
$h_func.
$dblist->HTMLcode,
0,