summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-12 15:48:44 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-12 15:48:44 -0400
commit6432d15cb42b7b5b885b766d67f35ff2356f883c (patch)
treee2941295c8dd484b55c0ffca49eb1eb07492ff07 /doc/todo
parent1e0a97c0aad07f74e9588d1a01f4f0044fce5294 (diff)
fix a common case typo
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/firm_up_plugin_interface.mdwn2
-rw-r--r--doc/todo/progressbar_plugin.mdwn2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/firm_up_plugin_interface.mdwn b/doc/todo/firm_up_plugin_interface.mdwn
index a8d34eada..3d77179cf 100644
--- a/doc/todo/firm_up_plugin_interface.mdwn
+++ b/doc/todo/firm_up_plugin_interface.mdwn
@@ -37,6 +37,6 @@ Functions used by only some plugins, undecided about exporting:
Variables used by plugins but not exported yet:
* %IkiWiki::pagecase (aggregate)
-* %IkiWIki::backlinks (pagestats)
+* %IkiWiki::backlinks (pagestats)
[[todo/done]]
diff --git a/doc/todo/progressbar_plugin.mdwn b/doc/todo/progressbar_plugin.mdwn
index 436da4e1b..1df131ca3 100644
--- a/doc/todo/progressbar_plugin.mdwn
+++ b/doc/todo/progressbar_plugin.mdwn
@@ -18,6 +18,8 @@ A here is its HTML result:
Note: I was trying with `<span>` tags too, but that tag is inline, so I can't
set `width` property for it.
+> In the poll plugin, I ended up using
+
Default CSS styles for the plugin can be like below:
div.progress {