Error in Documentation on Pagination Properties
-----------------------------------------------

                 Key: DISPL-656
                 URL: http://jira.codehaus.org/browse/DISPL-656
             Project: DisplayTag
          Issue Type: Bug
          Components: Documentation
            Reporter: Tony Gunter
            Priority: Minor


Under the description of the default values for the 
paging.banner.{full,first,last}, the href values are listed in quotes.  
However, this results in broken linkes ... these values should not be in quotes.

Example:

<span class="pagelinks"> [First/Prev] {0} [ <a href="{3}">Next</a>/ <a 
href="{4}">Last</a>] </span> 

Should actually be:

<span class="pagelinks"> [First/Prev] {0} [ <a href={3}>Next</a>/ <a 
href={4}>Last</a>] </span> 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------

_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to