Actions
Bug #2389
closedBackend html: use Th instead of T function inside HTML
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.
Updated by krileon over 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