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

Also available in: Atom PDF