Actions
Bug #52171
closedPrevent trailing space for empty ATagParams
Start date:
2013-09-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
At the moment \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getATagParams()
returns a space character even if no ATagParams are present.
The leading space should only be appended if the ATagParams are not empty.
This seems to be just a cosmetic issue but I try to write some test for makelinks and other link generation related methods and this is a bit annoying so it would be great if it could be fixed.
Updated by Gerrit Code Review about 11 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/23954
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23954
Updated by Alexander Stehlik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d46858dfbd110ab216ae8de41c90f55cf7bc86c7.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions