From 6432d15cb42b7b5b885b766d67f35ff2356f883c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Aug 2008 15:48:44 -0400 Subject: fix a common case typo --- doc/todo/firm_up_plugin_interface.mdwn | 2 +- doc/todo/progressbar_plugin.mdwn | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/todo') 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 `` 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 { -- cgit v1.2.3