summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.asciidoc2
-rw-r--r--qutebrowser/html/error.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 2a8e2869a..06e2b25a7 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,8 @@ Fixes
- Fixed empty space being shown after tabs in the tabbar in some cases.
- 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 %}