Project

General

Profile

Actions

Bug #17124

closed

typo in pi_list_browseresults_display (V2.9.3 and 2.10.0)

Added by Julian Kleinhans over 17 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
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)

Actions #1

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...

Actions #2

Updated by Dmitry Dulepov over 14 years ago

Already fixed in the code (ses dev ML on March 24th, 2010)

Actions #3

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF