Setting the description field on custom menu items doesn't result in title being set in the html:

<li class="leaf"><a href="/?q=node" title="">test</a></li>

notice above the title=""? This item has a description set.

CommentFileSizeAuthor
#1 menu.inc01.patch514 bytesfrjo
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frjo’s picture

Version: 4.6.0 » 4.6.1
FileSize
514 bytes

One extra "s" made item in to items on line 605, this patch fix this bug. Title will be set to the description with this fix. I have tested it on my own site.

Dries’s picture

Committed to HEAD.

Anonymous’s picture