Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2006 at 22:52 UTC
Updated:
25 Dec 2006 at 17:00 UTC
I ran into a few more inconsistencies. This patch was broken off from this issue:
http://drupal.org/node/100984
drupal.module
-Moved <p> *inside* t() above <ul> for consistency.
filter.module
-Moved <p> tag out of t().
--originally on line 42
node.module
-Missing closing </p> tag.
--originally on line 35
-Added <p> tag.
--originally on line 39
-Added <p> tag.
--line containing "filter_xss_admin($type->help)"
--This is output from the user changeable submission guidelines. Not likely to have <p> on its' own.
search.module
-Moved <p> tag out of t().
--originally on line 104
| Comment | File | Size | Author |
|---|---|---|---|
| help_fix_p.patch | 5.36 KB | dvessel |
Comments
Comment #1
webchickLooks good to me.
Comment #2
dvessel commentedStill applies cleanly to head. No commits?
Comment #3
dries commentedCommitted to CVS HEAD. Thanks.
Comment #4
(not verified) commented