Line 14 in glossary.module (from the help section) reads: <p>Administration of glossary requires <em>%permissions</em> permissions.</p>.

The API for the t function says: "%variable, which indicates that the string should be HTML escaped and highlighted with theme_placeholder() which shows up by default as emphasized." So this creates <em><em>permissions</em></em>.

I think it'd be good to remove the <em></em> from the module.

Comments

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Fixed

Fix committed to both branches.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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