Comment on Release Notes for Release 0.8.2.1- - 0.8.2.4

  1. Looks like the code tag gets ignored.

    Hackneyed sample menu html part:

    [div class="dm"]
    [span class="dmt"]
    [a href="" title="Menu Title" charset="utf-8" hreflang="en" tabindex="1" type="text/html" lang="en"]
    I'm the menu title
    [/a]
    [/span]

    [ul class="dm"]
    [li][a href="item 1" charset="utf-8"]I'm the first menu item[/a][/li]
    [li][a href="item 2" charset="utf-8"]I'm the second menu item[/a][/li]
    [li][a href="item 3" charset="utf-8"]I'm the third menu item[/a][/li]
    [li][a href="item 4" charset="utf-8"]I'm the fourth menu item[/a][/li]
    [/ul]

    [/div]

    Comment Actions