From c224bf1bb196c474286ac79153123e617b55146f Mon Sep 17 00:00:00 2001 From: YNH Webdev Date: Tue, 27 Aug 2013 13:53:34 +0200 Subject: [PATCH] Test --- examples/widgetapp/application.e | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/widgetapp/application.e b/examples/widgetapp/application.e index e898b73b..14677cd6 100644 --- a/examples/widgetapp/application.e +++ b/examples/widgetapp/application.e @@ -32,7 +32,6 @@ feature -- Basic operations -- the response headers. res.put_header ({HTTP_STATUS_CODE}.ok, <<["Content-Type", "text/plain"], ["Content-Length", "11"]>>) res.put_string ("Hello World 99 just another mod") - res.put_string ("Hello World reloaded") end end