]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/progressbar_plugin.mdwn
fix a common case typo
[ikiwiki.git] / doc / todo / progressbar_plugin.mdwn
index 4677160fb6f31532d0c81914e88b1dc26f1f83e5..1df131ca392a5ad12e5d3229476118ffd6b073cc 100644 (file)
@@ -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 {
@@ -64,6 +66,9 @@ Any comments? --[[PaweÅ‚|ptecza]]
 
 >>>> Ahh - good idea.  Patch updated to work with HTMLScrubber. --[[Will]]
 
+>>>>> I like it, but I think that Joey should take a look at that patch too :)
+>>>>> --[[PaweÅ‚|ptecza]]
+
     #!/usr/bin/perl
     package IkiWiki::Plugin::progress;