diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-26 04:33:11 +0300 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-26 04:33:11 +0300 |
| commit | 01da2b71471990c7ddfc291e33f3a836bc91dd2c (patch) | |
| tree | 06862ffe17f7c362dd229c1b3f1d6f7472d039f1 | |
| parent | plots: update the actual plots (diff) | |
| download | sorting-algorithms-01da2b71471990c7ddfc291e33f3a836bc91dd2c.tar.gz sorting-algorithms-01da2b71471990c7ddfc291e33f3a836bc91dd2c.zip | |
plots: update captions
Diffstat (limited to '')
| -rw-r--r-- | plots.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -214,8 +214,8 @@ corresponding algorithm.</p> <img class="img-responsive" src="{{ site.baseurl }}/img/plots/preview/{{ stem }}.png" alt="{{ algorithm.display_name | escape }}, {{ iterations }} iterations, {{ input_kind }} case"/> </a> <div class="caption"> - <strong>{{ algorithm.display_name }},</strong><br/> - {{ input_kind }} case, {{ complexity }} + <strong>{{ algorithm.display_name }}</strong><br/> + {{ input_kind | capitalize }} case, {{ complexity }} </div> </div> </div> |
