diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 97be72bda..89a42747a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -66,6 +66,7 @@ Fixes - Fixed `:restart` in private browsing mode. - Fixed printing on macOS. - Closing a pinned tab via mouse now also prompts for confirmation. +- The "try again" button on error pages works correctly again. v0.11.0 ------- diff --git a/qutebrowser/html/error.html b/qutebrowser/html/error.html index 06261a06a..615e4ba8b 100644 --- a/qutebrowser/html/error.html +++ b/qutebrowser/html/error.html @@ -61,7 +61,7 @@ li { {{ super() }} function tryagain() { - location.href = url; + location.href = "{{ url }}"; } {% endblock %}