web commit by http://madduck.myopenid.com/: add HTML snippet and slam suspision of this being display-only.

master
joey 2007-09-21 17:10:24 +00:00
parent bbfbad2da7
commit 5f15f6c883
1 changed files with 17 additions and 0 deletions

View File

@ -27,4 +27,21 @@ and this works, except that for *whatever* reason, it actually sorts the three
■ developers
■ users
And this is actually in the HTML code:
<li><a href="active/">active</a>
<ul>
<li><a href="affects/contributors/">contributors</a>
</li>
<li><a href="affects/developers/">developers</a>
</li>
<li><a href="affects/users/">users</a>
</li></ul>
</li>
<li><a href="approach/">approach</a>
</li>
So it's not that the `<ul>` has an empty parent `<li>`, the three tags are
*really* children of `active`.
This really blows my mind. :)