From: Joey Hess Date: Wed, 9 Feb 2011 18:46:38 +0000 (-0400) Subject: map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta) X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/44695122bf5be19dbd7edb85a617fd0e4e4f3ae6?hp=-c map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta) --- 44695122bf5be19dbd7edb85a617fd0e4e4f3ae6 diff --git a/debian/changelog b/debian/changelog index ec345f720..c2243572c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ ikiwiki (3.20110125) UNRELEASED; urgency=low * autoindex: Adapted to use add_autofile. Slight behavior changes in edge cases that are probably really bug fixes. (smcv) * recentchanges: Use transient underlay (smcv) + * map: Avoid unnecessary ul's in maps with nested directories. + (Giuseppe Bilotta) -- Joey Hess Tue, 01 Feb 2011 21:00:57 -0400 diff --git a/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn b/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn index f66e2c0e5..a6546faad 100644 --- a/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn +++ b/doc/bugs/maps_with_nested_directories_sometimes_make_ugly_lists.mdwn @@ -58,3 +58,5 @@ This might be really simple, but I've been staring at it too long and it only lo >>>> An updated [[patch]] can be found [here](http://git.oblomov.eu/ikiwiki/patch/dcfb18b7989a9912ed9489f5ff15f871b6d8c24a) >>>>> Seems to work perfectly to me, thanks! -- [[AdamShand]] + +[[applied|done]] --[[Joey]]