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...

CommentFileSizeAuthor
filter.patch_0.txt542 bytesB.X

Comments

B.X’s picture

Status: Active » Needs review
Steven’s picture

Status: Needs review » Closed (duplicate)

Please comment on the original issue. Do not open a new one.