aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-06-16 17:46:46 +0000
committerBadlop <badlop@process-one.net>2009-06-16 17:46:46 +0000
commit44c2259a43a40b01f674b890557139b585213dab (patch)
tree492d42572d914a66e09288380df0dfdb7a59dda3
parentRemoved HTTP bind session count. Removed the 'sponsored bind session' text. (... (diff)
Fix syntax error. (thanks to Jerome Sautret)
SVN Revision: 2239
-rw-r--r--src/web/mod_http_bind.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/web/mod_http_bind.erl b/src/web/mod_http_bind.erl
index 1218aa06b..bb1327534 100644
--- a/src/web/mod_http_bind.erl
+++ b/src/web/mod_http_bind.erl
@@ -3,7 +3,7 @@
%%% Author : Stefan Strigler <steve@zeank.in-berlin.de>
%%% Purpose : Implementation of XMPP over BOSH (XEP-0206)
%%% Created : Tue Feb 20 13:15:52 CET 2007
-%%% Id : $Id: mod_http_bind.erl 665 2008-06-26 08:41:48Z mremond $
+%%% Id : $Id: mod_http_bind.erl 669 2008-06-30 13:08:16Z jsautret $
%%%----------------------------------------------------------------------
%%%----------------------------------------------------------------------
@@ -53,10 +53,10 @@ process([], #request{method = 'GET',
[{xmlelement, "title", [], [{xmlcdata, Heading}]}]},
{xmlelement, "body", [],
[{xmlelement, "h1", [], [{xmlcdata, Heading}]},
- {xmlelement, "p", [],
+ {xmlelement, "p", [],
[{xmlcdata, "An implementation of "},
{xmlelement, "a", [{"href", "http://www.xmpp.org/extensions/xep-0206.html"}],
- [{xmlcdata, "XMPP over BOSH (XEP-0206)"}]}]},
+ [{xmlcdata, "XMPP over BOSH (XEP-0206)"}]}]}
]}]};
process(_Path, _Request) ->
?DEBUG("Bad Request: ~p", [_Request]),