diff --git a/_modules/pymolresponse/td.html b/_modules/pymolresponse/td.html index c14b3f5..fe6d59b 100644 --- a/_modules/pymolresponse/td.html +++ b/_modules/pymolresponse/td.html @@ -190,7 +190,7 @@
iocc, ivirt = indices_sorted[idx]
lines.append(
f"{idx + 1:>5d}{1:>5d}{iocc + 1:>5d}{ivirt + 1:>5d} "
- f"{'X':<5}{moene[iocc]:>10.3f}{moene[ivirt]:>10.3f}{ediff_sorted[idx]:>10.3f}"
+ f'{"X":<5}{moene[iocc]:>10.3f}{moene[ivirt]:>10.3f}{ediff_sorted[idx]:>10.3f}'
)
lines.append("--------------------------------------------------------")
return "\n".join(lines)