X-Git-Url: http://nitlanguage.org diff --git a/lib/nitcorn/http_errors.nit b/lib/nitcorn/http_errors.nit index dd50e0b..1065194 100644 --- a/lib/nitcorn/http_errors.nit +++ b/lib/nitcorn/http_errors.nit @@ -29,10 +29,10 @@ class ErrorTemplate var code: Int is writable # Header on this page - var header: nullable Streamable = null is writable + var header: nullable Writable = null is writable # Body to show with this page - var body: nullable Streamable = null is writable + var body: nullable Writable = null is writable redef fun rendering do