diff --git a/templates/error.mako b/templates/error.mako index 3b0cdf2..3e38adf 100644 --- a/templates/error.mako +++ b/templates/error.mako @@ -1,6 +1,6 @@ <%include file="/support/header.mako" args="title='Error! - Earwig\'s Copyvio Detector'"/>

An error occured! If it hasn't been reported (try to check), please file an issue or email me. Include the following information:

-
{{traceback | h}}
+
${traceback | h}
<%include file="/support/footer.mako"/>