Skip to content
Snippets Groups Projects
Commit f6d8ccea authored by Martin Mareš's avatar Martin Mareš
Browse files

Merge branch 'honza/mr8' into 'devel'

typo

See merge request !66
parents eaefb755 43704ad0
No related branches found
No related tags found
1 merge request!66typo
...@@ -58,7 +58,7 @@ class SolPointsCell(Cell): ...@@ -58,7 +58,7 @@ class SolPointsCell(Cell):
if not self.sol: if not self.sol:
return '<td>–' return '<td>–'
elif self.sol.points is None: elif self.sol.points is None:
points = '<span class="unknown">?</span></a>' points = '<span class="unknown">?</span>'
else: else:
points = str(self.sol.points) points = str(self.sol.points)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment