diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index f9908dfb8..df308e619 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -66,7 +66,7 @@ human intervention.
{% endif %} {% assign rounded_cost = row.total_cost | times: 1.0 | round: 2 %} - {% if row.total_cost == 0 or rounded_cost == 0.00 %}?{% else %}${{ rounded_cost }}{% endif %} + {% if row.total_cost == 0 or rounded_cost == 0.00 %}{% else %}${{ rounded_cost }}{% endif %}{{ row.command }}