diff --git a/src/allmydata/web/check_results.py b/src/allmydata/web/check_results.py index 2a250efe1..d3c868298 100644 --- a/src/allmydata/web/check_results.py +++ b/src/allmydata/web/check_results.py @@ -232,7 +232,7 @@ class LiteralCheckResultsElement(Element): super(LiteralCheckResultsElement, self).__init__() @renderer - def return(self, req, tag): + def return_to(self, req, tag): return_to = get_arg(req, "return_to", None) if return_to: return tags.div(tags.a("Return to file.", href=return_to)) diff --git a/src/allmydata/web/literal-check-results.xhtml b/src/allmydata/web/literal-check-results.xhtml index 35723417a..f82ddf8d3 100644 --- a/src/allmydata/web/literal-check-results.xhtml +++ b/src/allmydata/web/literal-check-results.xhtml @@ -11,7 +11,7 @@
Literal files are always healthy: their data is contained in the URI
-
+