Bug #43919
closedFix one word in a PHP comment
100%
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".
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/17139
Updated by Markus Klein almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9ebde06a39afec7650dd1568a2916416943dfea5.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/17492
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at https://review.typo3.org/17494
Updated by Markus Klein almost 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset b12c82f0930f06171e45b0afabdfb496938f9629.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at https://review.typo3.org/17627
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at https://review.typo3.org/17628
Updated by Wouter Wolters almost 12 years ago
- Status changed from Under Review to Resolved
Applied in changeset cf7af09cfcc98df8589fd5b1cf34279fa83069b1.