From 3dc21c4fc7da90b0ef739a85351c91ab87a38148 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 1 Jul 2009 17:53:18 +0100 Subject: Send xml:lang in stream headers, fixes #78 --- core/sessionmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/sessionmanager.lua') diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 2862cd52..24da7c83 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -165,7 +165,7 @@ function streamopened(session, attr) (session.log or session)("debug", "Client sent opening to %s", session.host); send(""); - send(format("", session.streamid, session.host)); + send(format("", session.streamid, session.host)); if not hosts[session.host] then -- We don't serve this host... -- cgit v1.2.3