aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_server
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2014-03-06 15:21:36 +0100
committerIngela Anderton Andin <[email protected]>2014-03-20 10:40:04 +0100
commit57f446a999b01dcda42459d2f9f4e6b87d50a128 (patch)
tree90f70f2088f8958ec40bb20bd81f72a62bdf1b71 /lib/inets/src/http_server
parente05fad475eeaff14175ac4d705a288888714192a (diff)
downloadotp-57f446a999b01dcda42459d2f9f4e6b87d50a128.tar.gz
otp-57f446a999b01dcda42459d2f9f4e6b87d50a128.tar.bz2
otp-57f446a999b01dcda42459d2f9f4e6b87d50a128.zip
inets: Continue CTify test suite
Diffstat (limited to 'lib/inets/src/http_server')
-rw-r--r--lib/inets/src/http_server/httpd_example.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/src/http_server/httpd_example.erl b/lib/inets/src/http_server/httpd_example.erl
index 16a080f8e2..6fc07f033c 100644
--- a/lib/inets/src/http_server/httpd_example.erl
+++ b/lib/inets/src/http_server/httpd_example.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1997-2009. All Rights Reserved.
+%% Copyright Ericsson AB 1997-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -66,7 +66,7 @@ get_bin(_Env,_Input) ->
<INPUT TYPE=\"text\" NAME=\"input2\">
<INPUT TYPE=\"submit\"><BR>
</FORM>" ++ "\n"),
- footer()].
+ list_to_binary(footer())].
post(_Env,[]) ->
[header(),