WebHost: Fix setup guide link not working for games with special characters (#3269)

* WebHost: Fix setup guide link not working for games with special characters

* use url_for with _anchor (#3279)
This commit is contained in:
NewSoupVi
2024-05-16 03:40:40 +02:00
committed by GitHub
parent 4da9cdd91c
commit 467bbd7754

View File

@@ -49,7 +49,7 @@
<a href="{{ url_for("game_info", game=game_name, lang="en") }}">Game Page</a>
{% if world.web.tutorials %}
<span class="link-spacer">|</span>
<a href="{{ url_for("tutorial_landing") }}#{{ game_name }}">Setup Guides</a>
<a href="{{ url_for("tutorial_landing", _anchor = game_name | urlencode) }}">Setup Guides</a>
{% endif %}
{% if world.web.options_page is string %}
<span class="link-spacer">|</span>