The section Policy description shows up as a h3 (heading3), which is inconsistent with the rest of the form, given the styling that is used. In the code a variable called markup3 is used to hold this section, but it is not apparent where in this variable the h3 is applied. How can this be brought back to a p (paragraph)?

Comments

AjK’s picture

Status: Active » Fixed

See http://api.drupal.org/api/function/theme_item_list/5

It's that theme function that puts in the <h3> and you can override that in your theme.

AjK’s picture

Actually, I screwed it up so you could not override the theme function, my mistake. I have just committed to CVS a version that calls the theme function correctly.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit 15f49e0 on 6.x-2.x, 6.x-3.x, 6.x-4.x, 7.x-2.x, master, 7.x-5.x, 7.x-4.0, 8.x-1.x by AjK:
    #200343 by myself. Incorrect use of a theme function.