Posted by R2-D8 on November 26, 2010 at 1:55pm
2 followers
Jump to:
| 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
Fixed in 7.x-1.x by http://drupalcode.org/project/nofollowlist.git/commit/92439be
#2
Needs backport to 6.x.