I thought it would be a nice feature to have this filter also modify existing abbr tags that are missing a title attribute.

For example:

<abbr>HTML</abbr>

would be converted to

<abbr title="HyperText Markup Language">HTML</abbr>

Comments

dboulet’s picture

Status: Active » Needs review
StatusFileSize
new1.3 KB

This patch adds the feature described above. It also re-formats the pattern to be more readable.

erykmynn’s picture

Status: Needs review » Fixed

I incorporated this with the fix highlighted by your bug report.
http://drupal.org/cvs?commit=358192

Should be shortly as a beta release. Apologies for not writing your username in the correct place in the commit. Your patches and feedback were greatly appreciated!

dboulet’s picture

Great, thanks erykmynn!

dboulet’s picture

Status: Fixed » Needs review
StatusFileSize
new1.04 KB

One little comment nitpick : ).

erykmynn’s picture

will add next time around