Skip to content

Commit

Permalink
Content type add.
Browse files Browse the repository at this point in the history
  • Loading branch information
vjache committed May 15, 2012
1 parent 98879db commit aae724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error_log_tool_help_web.erl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ init({_Any, http}, Req, []) ->
{ok, Req, undefined}.

handle(Req, State) ->
{ok, Req2} = cowboy_http_req:reply(200, [], help_page(), Req),
{ok, Req2} = cowboy_http_req:reply(200, [{'Content-Type', <<"text/plain">>}], help_page(), Req),
{ok, Req2, State}.

%%
Expand Down

0 comments on commit aae724a

Please sign in to comment.