diff --git a/app/scodoc/sco_formsemestre_validation.py b/app/scodoc/sco_formsemestre_validation.py
index e6b4e1560..988f0e9ea 100644
--- a/app/scodoc/sco_formsemestre_validation.py
+++ b/app/scodoc/sco_formsemestre_validation.py
@@ -806,8 +806,8 @@ def formsemestre_recap_parcours_table(
H.append(
f"""
ECTS: |
{
- pv.get("sum_ects",0):2.2g} / {etud_ects_infos["ects_total"]:2.2g
- } |
+ pv.get("sum_ects",0):2.2g} / {etud_ects_infos["ects_total"]:2.2g}
+
|
"""
)
diff --git a/sco_version.py b/sco_version.py
index 374f91b55..0a1eeda1f 100644
--- a/sco_version.py
+++ b/sco_version.py
@@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
-SCOVERSION = "9.6.974"
+SCOVERSION = "9.6.975"
SCONAME = "ScoDoc"