From f43797fc8a0ca91e6a2ddc8e906303282b8d414f Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 8 Sep 2014 00:48:04 -0500 Subject: [PATCH] Improve redirected from behavior. --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.mako b/templates/index.mako index 6e80758..8d75e55 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -171,7 +171,7 @@ % endif % if query.redirected_from:
- Redirected from ${query.redirected_from.title | h}. Check the original page. + Redirected from ${query.redirected_from.title | h}. Check original. % endif