Skip to content
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
encukou committed Dec 2, 2025
commit eabf2f04ee2be3f196eb0cdf36ca69fdacb27391
2 changes: 1 addition & 1 deletion _tools/release_cycle_template.svg.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

{% for year in years %}
<text
class="release-cycle-year-text {{cls}}"
class="release-cycle-year-text"
x="{{ (year_to_x(year) + year_to_x(year + 1)) / 2 }}"
y="{{ diagram_height - line_height }}"
font-size="{{ SCALE * 0.75 }}"
Expand Down