Project

General

Profile

Actions

Bug #2389

closed

Backend html: use Th instead of T function inside HTML

Added by beat about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09 March 2011
Due date:
% Done:

100%

Estimated time:

Description

e.g.:

'<th colspan="2">' . CBTxt::T( 'Plugin' ) . '</th>'

should be:
'<th colspan="2">' . CBTxt::Th( 'Plugin' ) . '</th>'

This ensures much easier translation, and also proper htmlspecialcharing of texts.

Actions #1

Updated by krileon about 13 years ago

  • Status changed from New to Resolved
  • Assignee changed from krileon to beat
  • % Done changed from 0 to 100

Fixed in r1619

Actions #2

Updated by krileon about 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF