| Page 1 of 1 | [ 3 posts ] |
|
hey everybody,
when creating nesting lists in rte it looks like this: Code: <ul> <li>Level1</li> <li> <ul> <li>Level2</li> <li>Level2</li> </ul> </li> <li>Level1</li> </ul> (it's the same regarding the code view or after filter_invalid_lists, RTE Verion 2.6.0) Am I wrong, or should it normally looks like this: Code: <ul> <li>Level1 <ul> <li>Level2</li> <li>Level2</li> </ul> </li> <li>Level1</li> </ul> When I search the bug list, i've found this one: http://yuilibrary.com/projects/yui2/ticket/1928426 Not sure if it meant to be the same... Have I just gone blank, or is it a bug? so long |
|
File a bug, I'll look at it when I have a chance..
Thanks |
|
|
| Page 1 of 1 | [ 3 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group