Nav eval > Replace div with ul

Problem

The admin dropdown uses a <div> instead of <ul> to wrap list items (<li>).

Validation error Code
W3C validation error for list item wrapper Highlight incorrect list code

Solution

Replace <div> with <ul>.

Edited by Jeremy Elder