[xwiki-users] Lists with more than 320 items render incorrectly
21 Jan
2006
21 Jan
'06
6:56 p.m.
Hi, This script correctly generates the following HTML: #foreach ($number in [1..320]) * hello $number #end <ul class="star"> <li>hello 1</li> <li>hello 2</li> [...] <li>hello 319</li> <li>hello 320</li> </ul> However this script generates the wrong html: #foreach ($number in [1..321]) * hello $number #end <strong class="strong"> hello 1 </strong> hello 2 <strong class="strong"> hello 3 </strong> hello 4 [...] <strong class="strong"> hello 319 </strong> hello 320 <strong class="strong"> hello 321<p class="paragraph"/> Is this an XWiki problem?
7523
Age (days ago)
7523
Last active (days ago)
0 comments
1 participants
participants (1)
-
Robin Fernandes