Actions
Bug #23129
closedTrailing newlines after php closing tag.
Start date:
2010-07-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Some core classes contain newline characters after the php closing tag (?>).
Although a single newline character doesn't harm (see http://bugs.php.net/bug.php?id=21891) the CGL explicit states: "There must be no empty lines after the closing PHP tag." (see: http://typo3.org/documentation/document-library/core-documentation/doc_core_cgl/4.4.1/view/1/3/).
(issue imported from #M15045)
Files
Updated by Nikolas Hagelstein over 14 years ago
The patch removes some line ending whitespaces as well (editor settings).
Updated by Steffen Kamper over 14 years ago
committed to svn
4_4 rev 8142
trunk rev 8143
Actions