mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Remove raw tags from leaderboard script includes
This commit is contained in:
parent
80636cb8aa
commit
8e10be665c
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ The model also has to successfully apply all its changes to the source file with
|
|||
<canvas id="editChart" width="800" height="450" style="margin-top: 20px"></canvas>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script>
|
||||
{% raw %}{% include edit-leaderboard.js %}{% endraw %}
|
||||
{% include edit-leaderboard.js %}
|
||||
</script>
|
||||
<style>
|
||||
tr.selected {
|
||||
|
@ -115,7 +115,7 @@ Therefore, results are available for fewer models.
|
|||
<canvas id="refacChart" width="800" height="450" style="margin-top: 20px"></canvas>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script>
|
||||
{% raw %}{% include refactor-leaderboard.js %}{% endraw %}
|
||||
{% include refactor-leaderboard.js %}
|
||||
</script>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue