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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menu.inc01.patch | 514 bytes | frjo |
Comments
Comment #1
frjo commentedOne 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.
Comment #2
dries commentedCommitted to HEAD.
Comment #3
(not verified) commented