rename strip_tags to T

databind
vitalif 2008-09-30 13:59:45 +00:00 committed by Vitaliy Filippov
parent e8157f030d
commit ba39427313
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ sub new
conv => conv =>
{ {
# char => func_name | \&sub_ref # char => func_name | \&sub_ref
'<' => 'strip_tags', 'T' => 'strip_tags',
'i' => 'int', 'i' => 'int',
's' => 'htmlspecialchars', 's' => 'htmlspecialchars',
'l' => 'lc', 'l' => 'lc',