On 5/21/2011 9:18 PM, Brian Tibbels wrote:
* %block id=leftmenu%line one
* line two
* line three
Why does pmwiki produce this when all I want is the id added to the "ul" tag
<ul id='leftmenu'>
<li id='leftmenu'>line one</li>
<li>line two</li>
<li>line three</li>
</ul>
Certainly that produces invalid HTML. However, this works as desired
(ref Test/UL).
* %list id=leftmenu%line one
* line two
* line three
~ ~ Dave
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users