# # # patch "error.psp" # from [ee78379923266d98c8538cc406dc7fb8192af069] # to [86698bf03d1ef29f0693747d5bb2861969317bf8] # # patch "revision.psp" # from [6cfbc6f38ea625d769b9d08f408b712b65704121] # to [7044d6260aee4be86c2ab5f2614208d128795cd3] # ============================================================ --- error.psp ee78379923266d98c8538cc406dc7fb8192af069 +++ error.psp 86698bf03d1ef29f0693747d5bb2861969317bf8 @@ -6,6 +6,9 @@ <% +import common +hq = common.html_escape() + # now; if they raised a plain Exception() then we shall display a simple error # message without a traceback: this is an intentionally raised Exception rather than # a program error ============================================================ --- revision.psp 6cfbc6f38ea625d769b9d08f408b712b65704121 +++ revision.psp 7044d6260aee4be86c2ab5f2614208d128795cd3 @@ -167,8 +167,7 @@ <% -req.write(footer(info)) -del mt +req.write(template.footer(info)) %>