drupal_html_id() is run in both form_process_container() and theme_container().
Thus all 'containers' get an id ending in '-2'.
You can see that on a node edit page, around 'body' and 'title' fields.
drupal_html_id() is the job of form building, so this patch removes it from theme_container().
| Comment | File | Size | Author |
|---|---|---|---|
| form_container_id.patch | 712 bytes | yched |
Comments
Comment #1
yched commentedComment #2
dries commentedCommitted to CVS HEAD. Thanks.