Using <p>-tags for filter-tips is non-standard.

I suggest the following patch to nofollowlist.module:

-   $output .= '<p>'. t('Links to specified hosts will have a rel="nofollow" added to them.') ."</p>\n";
---
+   $output .= t('Links to specified hosts will have a rel="nofollow" added to them.');

Comments

c31ck’s picture

Version: 6.x-1.0 » 7.x-1.x-dev
Status: Active » Fixed
Issue tags: +needs backport to 6.x
c31ck’s picture

Version: 7.x-1.x-dev » 6.x-1.x-dev
Status: Fixed » Needs work

Needs backport to 6.x.

gaurav.kapoor’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)

We aren't going to maintain D6 release now. Closing the issue.