summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious/helpers/errors.cr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/invidious/helpers/errors.cr b/src/invidious/helpers/errors.cr
index d441165d..26c38669 100644
--- a/src/invidious/helpers/errors.cr
+++ b/src/invidious/helpers/errors.cr
@@ -56,8 +56,8 @@ def error_template_helper(env : HTTP::Server::Context, locale : String?, status_
<p><b>#{translate(locale, "crash_page_before_reporting")}</b></p>
<ul>
- <li><a href="#{env.request.resource}">#{translate(locale, "crash_page_refresh")}</a></li>
- <li><a href="#{url_switch}">#{translate(locale, "crash_page_switch_instance")}</a></li>
+ <li>#{translate(locale, "crash_page_refresh", env.request.resource)}</li>
+ <li>#{translate(locale, "crash_page_switch_instance", url_switch)}</li>
<li>#{translate(locale, "crash_page_read_the_faq", url_faq)}</li>
<li>#{translate(locale, "crash_page_search_issue", url_search_issues)}</li>
</ul>