Named anchors as first item in a list

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.1
    • Component/s: client-libs
    • None

      - The first item after a list tag (<ul> <ol>) can't be a named
        anchor (<A NAME=>). The parser clearly gets confused and
        adds extra bullets.
        
        This list causes problems:
        
        <ul>
        <a name="17539"> </a>
        <li>Transmitter reports
        <a name="17540"> </a>
        <li>Channel reports
        <a name="17539"></a>
        <li>Subscriber reports
        </ul><p><a name="17541"> </a>

        This one is OK:
         
        <ul>
        <li>Transmitter reports
        <a name="17539"> </a>
        <li>Channel reports
        <a name="17540"> </a>
        <li>Subscriber reports
        <a name="17539"></a>
        </ul><p><a name="17541"> </a>

            Assignee:
            Scott Violet (Inactive)
            Reporter:
            Larry Hoffman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: