mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Merge pull request #989 from galambalazs/patch-1
fix syntax highlighting by keeping "~s" together
This commit is contained in:
commit
6e40573c13
@ -139,8 +139,8 @@
|
||||
-define(STREAM_HEADER,
|
||||
<<"<?xml version='1.0'?><stream:stream "
|
||||
"xmlns='jabber:client' xmlns:stream='http://et"
|
||||
"herx.jabber.org/streams' id='~s' from='~s'~s~"
|
||||
"s>">>).
|
||||
"herx.jabber.org/streams' id='~s' from='~s'~s"
|
||||
"~s>">>).
|
||||
|
||||
-define(STREAM_TRAILER, <<"</stream:stream>">>).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user