[xwiki-users] bulleted list behavior
Hello, I just figured out that if I have a bulleted / unnumbered list of more than 294 items, the behavior changes: #set($mycount = [1..295]) #foreach($i in $mycount) * $i #end If you create the above list, you'll see that your list changes from a bulleted list to a list of items all on the same line alternating bold and regular type. If you only go to 294, you get a bulleted list. Is this configurable? Where is this set? Thanks, -jeff
This is a bug, see: http://jira.xwiki.org/jira/browse/XWIKI-214 On 09/10/06, Jeff Ousley <[email protected]> wrote:
Hello,
I just figured out that if I have a bulleted / unnumbered list of more than 294 items, the behavior changes:
#set($mycount = [1..295]) #foreach($i in $mycount) * $i #end
If you create the above list, you'll see that your list changes from a bulleted list to a list of items all on the same line alternating bold and regular type. If you only go to 294, you get a bulleted list. Is this configurable? Where is this set?
Thanks, -jeff
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
participants (2)
-
Jeff Ousley -
Robin Fernandes