Actions
Bug #69318
closedHtmlParser->getFirstTag() returns character if no tag found in given string
Start date:
2015-08-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Remote Sprint
Description
When HtmlParser->getFirstTag() is called with a string parameter that does not contain a tag, then the first character of the parameter string is returned.
The function should return an empty string if no tag is given.
Updated by Morton Jonuschat over 9 years ago
- Status changed from New to In Progress
- Assignee set to Morton Jonuschat
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42898
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/42898
Updated by Morton Jonuschat over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4bdc929bfdcf5b162d102a0116bb8d0521c5a6cc.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions