Actions
Bug #72892
closedExtension indexed_search css template contains newline in placeholder marker
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2016-01-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The marker ###PLACEHOLDER### in the template_css.tmpl contains a new line which leads to a problem caused by the recent changes in the substituteMarker function. All markers after this will not be replaced because of the new line character.
This is an easy fix and might avoid confusion if integrators copy / paste the template or use the original template of the extension. The old table-based default template is fine.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46154
Updated by Wouter Wolters almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 941308f68650e730b72ca4a5c00944484c90e296.
Actions