diff --git a/WebHostLib/templates/autotablepage.html b/WebHostLib/templates/autotablepage.html index 0bb30f8716..8c6e7a2b8c 100644 --- a/WebHostLib/templates/autotablepage.html +++ b/WebHostLib/templates/autotablepage.html @@ -1,5 +1,5 @@ {% extends "tablepage.html" %} {% block head %} {{ super() }} - + {% endblock %} diff --git a/WebHostLib/templates/check.html b/WebHostLib/templates/check.html index 78b014ebca..d21f487f62 100644 --- a/WebHostLib/templates/check.html +++ b/WebHostLib/templates/check.html @@ -3,8 +3,8 @@ {% block head %} {{ super() }} Mystery Check Result - - + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/checkResult.html b/WebHostLib/templates/checkResult.html index 5bc4fa9dca..23dcd2a863 100644 --- a/WebHostLib/templates/checkResult.html +++ b/WebHostLib/templates/checkResult.html @@ -3,7 +3,7 @@ {% block head %} {{ super() }} Mystery YAML Test Roll Results - + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/generate.html b/WebHostLib/templates/generate.html index 865f0c230e..2a01305322 100644 --- a/WebHostLib/templates/generate.html +++ b/WebHostLib/templates/generate.html @@ -3,8 +3,8 @@ {% block head %} {{ super() }} Generate Game - - + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/header/baseHeader.html b/WebHostLib/templates/header/baseHeader.html index b1c2a188ff..b47537bae6 100644 --- a/WebHostLib/templates/header/baseHeader.html +++ b/WebHostLib/templates/header/baseHeader.html @@ -1,5 +1,5 @@ {% block head %} - + {% endblock %} {% block header %} diff --git a/WebHostLib/templates/header/dirtHeader.html b/WebHostLib/templates/header/dirtHeader.html index 4b2373333b..8025545824 100644 --- a/WebHostLib/templates/header/dirtHeader.html +++ b/WebHostLib/templates/header/dirtHeader.html @@ -1,5 +1,5 @@ {% block head %} - + {% endblock %} {% include 'header/baseHeader.html' %} diff --git a/WebHostLib/templates/header/grassHeader.html b/WebHostLib/templates/header/grassHeader.html index 20ad404e67..8a1e5e2fd0 100644 --- a/WebHostLib/templates/header/grassHeader.html +++ b/WebHostLib/templates/header/grassHeader.html @@ -1,5 +1,5 @@ {% block head %} - + {% endblock %} {% include 'header/baseHeader.html' %} diff --git a/WebHostLib/templates/header/oceanHeader.html b/WebHostLib/templates/header/oceanHeader.html index 1bcfae5b48..f7869b63a9 100644 --- a/WebHostLib/templates/header/oceanHeader.html +++ b/WebHostLib/templates/header/oceanHeader.html @@ -1,5 +1,5 @@ {% block head %} - + {% endblock %} {% include 'header/baseHeader.html' %} diff --git a/WebHostLib/templates/hostGame.html b/WebHostLib/templates/hostGame.html index d31da02dad..5ae0323b0d 100644 --- a/WebHostLib/templates/hostGame.html +++ b/WebHostLib/templates/hostGame.html @@ -3,8 +3,8 @@ {% block head %} {{ super() }} Upload Multidata - - + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/hostRoom.html b/WebHostLib/templates/hostRoom.html index ed741c5434..d8d62f30bb 100644 --- a/WebHostLib/templates/hostRoom.html +++ b/WebHostLib/templates/hostRoom.html @@ -2,7 +2,7 @@ {% import "macros.html" as macros %} {% block head %} Multiworld {{ room.id|suuid }} - + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/islandFooter.html b/WebHostLib/templates/islandFooter.html index 78447ffb8d..5a39e2891f 100644 --- a/WebHostLib/templates/islandFooter.html +++ b/WebHostLib/templates/islandFooter.html @@ -14,5 +14,5 @@ {% endblock %} {% block head %} - + {% endblock %} diff --git a/WebHostLib/templates/landing.html b/WebHostLib/templates/landing.html index 38669e58c5..111c7b9f32 100644 --- a/WebHostLib/templates/landing.html +++ b/WebHostLib/templates/landing.html @@ -2,7 +2,7 @@ {% block head %} MultiWorld - + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/pageWrapper.html b/WebHostLib/templates/pageWrapper.html index 1872382aac..33c22e3432 100644 --- a/WebHostLib/templates/pageWrapper.html +++ b/WebHostLib/templates/pageWrapper.html @@ -4,11 +4,11 @@ - - - - - + + + + + {% block head %} MultiWorld {% endblock %} diff --git a/WebHostLib/templates/playerSettings.html b/WebHostLib/templates/playerSettings.html index 8f3e584a4f..9e15607663 100644 --- a/WebHostLib/templates/playerSettings.html +++ b/WebHostLib/templates/playerSettings.html @@ -2,10 +2,10 @@ {% block head %} Player Settings - + - - + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/playerTracker.html b/WebHostLib/templates/playerTracker.html index e9e9e51700..8a88fd20ee 100644 --- a/WebHostLib/templates/playerTracker.html +++ b/WebHostLib/templates/playerTracker.html @@ -2,8 +2,8 @@ {{ player_name }}'s Tracker - - + + diff --git a/WebHostLib/templates/seedError.html b/WebHostLib/templates/seedError.html index b0414f838f..d8f95a1c97 100644 --- a/WebHostLib/templates/seedError.html +++ b/WebHostLib/templates/seedError.html @@ -3,7 +3,7 @@ {% block head %} Generation failed, please retry. - + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/tablepage.html b/WebHostLib/templates/tablepage.html index 70a4c4d31d..13174d33e9 100644 --- a/WebHostLib/templates/tablepage.html +++ b/WebHostLib/templates/tablepage.html @@ -7,5 +7,5 @@ - + {% endblock %} diff --git a/WebHostLib/templates/tracker.html b/WebHostLib/templates/tracker.html index d703dfaede..52419acd04 100644 --- a/WebHostLib/templates/tracker.html +++ b/WebHostLib/templates/tracker.html @@ -2,9 +2,9 @@ {% block head %} {{ super() }} Multiworld Tracker - - - + + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/tutorial.html b/WebHostLib/templates/tutorial.html index 95e4271b4d..bc516ddcc8 100644 --- a/WebHostLib/templates/tutorial.html +++ b/WebHostLib/templates/tutorial.html @@ -3,11 +3,11 @@ {% block head %} {% include 'header/grassHeader.html' %} Archipelago - + - + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/tutorialLanding.html b/WebHostLib/templates/tutorialLanding.html index f998ecaa3f..36029e5620 100644 --- a/WebHostLib/templates/tutorialLanding.html +++ b/WebHostLib/templates/tutorialLanding.html @@ -3,8 +3,8 @@ {% block head %} {% include 'header/grassHeader.html' %} Archipelago Guides - - + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/userContent.html b/WebHostLib/templates/userContent.html index 59c81f83c5..acd4d05f27 100644 --- a/WebHostLib/templates/userContent.html +++ b/WebHostLib/templates/userContent.html @@ -3,8 +3,8 @@ {% block head %} {{ super() }} Generate Game - - + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/viewSeed.html b/WebHostLib/templates/viewSeed.html index 36937809ff..8996890999 100644 --- a/WebHostLib/templates/viewSeed.html +++ b/WebHostLib/templates/viewSeed.html @@ -3,8 +3,8 @@ {% block head %} View Seed {{ seed.id|suuid }} - - + + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/waitSeed.html b/WebHostLib/templates/waitSeed.html index 40c0c1600d..164651212e 100644 --- a/WebHostLib/templates/waitSeed.html +++ b/WebHostLib/templates/waitSeed.html @@ -4,7 +4,7 @@ {% block head %} Generation in Progress - + {% endblock %} {% block body %} diff --git a/WebHostLib/templates/weightedSettings.html b/WebHostLib/templates/weightedSettings.html index 45a68f804d..83af068052 100644 --- a/WebHostLib/templates/weightedSettings.html +++ b/WebHostLib/templates/weightedSettings.html @@ -2,10 +2,10 @@ {% block head %} Player Settings - + - - + + {% endblock %} {% block body %}