diff options
-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> |