Designers and developers to those does not suffice id and classes in tags, this patch solves this problem in the filter.module. For this page if need border class use...
http://drupal.org/node/68082#comment-106018
1. Attributes need to go in quotes: id="something" -- all Drupal output has to be valid XHTML.
2. the t() function should only contain straight-up text whenever possible. So in this instance, you'd do something like:
$output = '<div class="nodeadd">'. t('Choose the appropriate item from the list:') .'<dl>'. implode('', $item) .'</dl></div>';
I am not the programmer and I do not know as correctly to change a code, excuse...
| Comment | File | Size | Author |
|---|---|---|---|
| filter.patch_0.txt | 542 bytes | B.X |
Comments
Comment #1
B.X commentedComment #2
Steven commentedPlease comment on the original issue. Do not open a new one.