Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
filter.module
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
6 Aug 2007 at 16:17 UTC
Updated:
22 Aug 2007 at 11:20 UTC
Jump to comment: Most recent file
changed
t('Allowed HTML tags') .': '. check_plain($allowed_html)
to
t('Allowed HTML tags : %tags', array('%tags' => $allowed_html))
in order to comply with t() function usage rules (http://api.drupal.org/api/function/t/5).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | filter.module_33.patch | 868 bytes | ricflomag |
| #2 | filter.module_32.patch | 868 bytes | ricflomag |
| filter.module_31.patch | 868 bytes | ricflomag |
Comments
Comment #1
dries commented% will put the tags in italic. Using @ won't.
Also, there should only be a space after the :, not before.
Comment #2
ricflomag commentedThanks. Patch updated.
Comment #3
ricflomag commentedPlease disregard the previous file, take this one.
Comment #4
drummCommitted to 5.x.
Applies with offset to HEAD.
Comment #5
dries commentedThanks for the prompt corrections ricflomag. Committed to CVS HEAD.
Comment #6
(not verified) commented