Skip to content

Commit

Permalink
Fix prod error on game template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 9, 2024
1 parent 1f4955f commit da0e25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/game/basicGame.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<span class="" th:text="#{game.points}"></span>
<b id="gamePoints" th:inline="text" th:text="${session.gameSession.score}"></b>
</p>
<div id="gameFrame" th:replace="~{/game/fragments/gameFrame}"></div>
<div id="gameFrame" th:replace="~{game/fragments/gameFrame}"></div>

<footer th:replace="~{fragments/footer}"></footer>
<script>
Expand Down

0 comments on commit da0e25d

Please sign in to comment.