* More clear about my upgrade
[ikiwiki] / doc / bugs / No_progress_in_progress_bar.mdwn
1 I've just upgraded my Ikiwiki to backported version 2.64 for Ubuntu Hardy
2 and wanted to see progress bar in action. Unfortunately, I can't see any progress.
3
4 This is my example Ikiwiki syntax:
5
6     [[!progress percent=75]]
7
8 A here is a HTML result:
9
10     <div class="progress">
11       <div class="progress-done"></div>
12     </div>
13
14 It seems that progress plugin works at all, but it's a problem with passing
15 progress value.
16
17 Anyone can confirm the bug? --[[PaweÅ‚|ptecza]]