From 33f0b0b41c13a528a1dbadc100f93df51ed63eae Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 12 Apr 2025 23:08:57 -0700 Subject: [PATCH] fix: Remove invalid Liquid comment from leaderboards page --- aider/website/docs/leaderboards/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 7ecd6e96b..042cae5f7 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -70,7 +70,6 @@ The model also has to successfully apply all its changes to the source file with {% if row.total_cost > 0 %} - {# Initial width set to 0, JS will calculate log scale width #}
{% endif %} {% if row.total_cost == 0 %}?{% else %}${{ row.total_cost | times: 1.0 | round: 2 }}{% endif %}