If a contributed module contains a package variable specified without a value the system will display it at the top of the modules page. At the time of this post taxonomy_html is an example. The system should declare the value as Other just as if the package had not been specified to make the UI do what it was intended to do.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

webchick’s picture

Status: Active » Needs review
FileSize
790 bytes

Ew. That looks quite nasty, indeed. For the record, the way to duplicate this bug is to include just:

package =

Without a package specified.

Here's a patch.

ChrisKennedy’s picture

Component: base system » system.module
Status: Needs review » Reviewed & tested by the community
FileSize
814 bytes

Tastes great, less filling. Re-rolled in root directory.

Jose Reyero’s picture

Ok with the patch, but
any reason why the string 'Other' is not localized?

ChrisKennedy’s picture

Steven’s picture

Status: Reviewed & tested by the community » Fixed

Be graceful in what you accept, strict in what you output. -- Some wise guy

Committed to HEAD, thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)