]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Map_sorts_subtags_under_a_different_tag.mdwn
web commit by http://madduck.myopenid.com/: add HTML snippet and slam suspision of...
[ikiwiki.git] / doc / bugs / Map_sorts_subtags_under_a_different_tag.mdwn
index e5c4523e7a24ca1193c229a6f0d41850d4ee6ec8..f7ff2dd3140f1ae2d59593d8b602dc08d1fb4139 100644 (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. :)