You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Andrea Aime (JIRA)" <ji...@apache.org> on 2008/08/03 11:03:45 UTC

[jira] Commented: (WICKET-1770) PagingNavigation's javadoc contains malformed html snippet

    [ https://issues.apache.org/jira/browse/WICKET-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619310#action_12619310 ] 

Andrea Aime commented on WICKET-1770:
-------------------------------------

Hmm... I guess this jira instance does not have the confluence wiki plugin installed for fancier rendering, pity.

> PagingNavigation's javadoc contains malformed html snippet
> ----------------------------------------------------------
>
>                 Key: WICKET-1770
>                 URL: https://issues.apache.org/jira/browse/WICKET-1770
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 1.3.4
>            Reporter: Andrea Aime
>             Fix For: 1.3.5, 1.4-M4
>
>
> PagingNavigation shows the following snippet:
> {code:html}
> <td wicket:id="navigation">
>                 <a wicket:id="pageLink" href="SearchCDPage.html">
>                         <span wicket:id="pageNumber">1</>
>                 </a>
>         </td>
> {code}
> it should be:
> {code:html}
> <td wicket:id="navigation">
>                 <a wicket:id="pageLink" href="SearchCDPage.html">
>                         <span wicket:id="pageNumber">1</span>
>                 </a>
>         </td>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.