Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-1770

PagingNavigation's javadoc contains malformed html snippet

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.3.4
    • 1.3.5, 1.4-RC1
    • None
    • None

    Description

      PagingNavigation shows the following snippet:

      <td wicket:id="navigation">
                      <a wicket:id="pageLink" href="SearchCDPage.html">
                              <span wicket:id="pageNumber">1</>
                      </a>
              </td>
      

      it should be:

      <td wicket:id="navigation">
                      <a wicket:id="pageLink" href="SearchCDPage.html">
                              <span wicket:id="pageNumber">1</span>
                      </a>
              </td>
      

      Attachments

        1. PagingNavigation-javadoc-patch.diff
          0.7 kB
          Jörn Zaefferer

        Activity

          People

            ivaynberg Igor Vaynberg
            aaime74 Andrea Aime
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: