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] Created: (WICKET-1770) PagingNavigation's javadoc contains malformed html snippet

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.


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

Posted by "Andrea Aime (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Jörn Zaefferer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörn Zaefferer updated WICKET-1770:
-----------------------------------

    Attachment: PagingNavigation-javadoc-patch.diff

Patch fixing the closing "span".

> 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
>
>         Attachments: PagingNavigation-javadoc-patch.diff
>
>
> 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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1770.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

> 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
>            Assignee: Igor Vaynberg
>             Fix For: 1.3.5, 1.4-M4
>
>         Attachments: PagingNavigation-javadoc-patch.diff
>
>
> 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.