aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-03-03 17:29:31 -0400
committeradmin <admin@branchable.com>2012-03-03 17:29:31 -0400
commitdfc8fa9f8e257d103125dd20b15040c584d833f8 (patch)
treeb2a57fb5e301b5dca464d94f635a5d25af4aecfe
parent2e21e45f7d426a954fe150e7335b224822fc6a9c (diff)
downloadikiwiki-dfc8fa9f8e257d103125dd20b15040c584d833f8.tar
ikiwiki-dfc8fa9f8e257d103125dd20b15040c584d833f8.tar.gz
fix the diff button location
-rw-r--r--doc/todo/provide_inline_diffs_in_recentchanges.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/provide_inline_diffs_in_recentchanges.mdwn b/doc/todo/provide_inline_diffs_in_recentchanges.mdwn
index ed9dd85fd..7e95791c6 100644
--- a/doc/todo/provide_inline_diffs_in_recentchanges.mdwn
+++ b/doc/todo/provide_inline_diffs_in_recentchanges.mdwn
@@ -13,7 +13,7 @@ It would rock if I could view diffs from the web without going via feeds. I envi
> >
> > 1. it assumes the toggle.js code is loaded somehow
> > 2. if the toggle code isn't loaded the diffs are displayed (which is arguably better than showing nothing since we ship the diff to the UA anyways...)
-> > 3. it will show only if there's a revert URL, which is backwards, but otherwise the display is weird, with each button on its own line
+> > 3. <del>it will show only if there's a revert URL, which is backwards, but otherwise the display is weird, with each button on its own line</del> fixed!
> > 4. if the diffurl parameter is set in the template, we'd actually see two sets of glasses, which is silly.
> >
> > I feel this should nevertheless be implemented because if we're going to compile all this crap in the page anyways and send it to the client, why not allow the user to show it? I also feel that showing it by default is a lesser evil for non-javascript users.