Actions
Bug #43919
closedFix one word in a PHP comment
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-12-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
In sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php (the file with the stdWrap functions) there is one comment saying
* cropHTML * Crops content to a given size without caring abhout HTML tags (...) public function stdWrap_crop($content = '', $conf = array()) {
Two mistakes:
The first line of that comment should just read
* crop
A function cropHTML exists as well, but this here is another one.
And a typo: "abhout" => "about".
Actions