Download & Extend

Don't use <p>-tags for filter-tips

Project:Nofollow List
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:needs work
Issue tags:Needs backport to 6.x

Issue Summary

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

#1

Version:6.x-1.0» 7.x-1.x-dev
Status:active» fixed

Fixed in 7.x-1.x by http://drupalcode.org/project/nofollowlist.git/commit/92439be

#2

Version:7.x-1.x-dev» 6.x-1.x-dev
Status:fixed» needs work

Needs backport to 6.x.