Actions
Bug #17124
closedtypo in pi_list_browseresults_display (V2.9.3 and 2.10.0)
Start date:
2007-03-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In pi/class.tx_indexedsearch.php Line: 1668 (Version: 2.9.3 and 2.10.0) is a typo
$label = $this->pi_getLL('pi_list_browseresults_display' ....
But in all l10n xml files exist the label
pi_list_browseresults_displays with a char s
Therefore in all languages in FE only the default label (english) is used
(issue imported from #M5234)
Updated by Julian Kleinhans over 17 years ago
additional
line: 1669 and 1670
$label = str_replace('###TAG_BEGIN###','<strong>',$label);
$label = str_replace('###TAG_END###','</strong>',$label);
there is the marker wrong
in all l10n xml files stand ###SPAN... and not ###TAG...
Updated by Dmitry Dulepov over 14 years ago
Already fixed in the code (ses dev ML on March 24th, 2010)
Actions