24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

fix syntax highlighting by keeping "~s" together

This commit is contained in:
Balázs Galambosi 2016-03-07 16:06:18 +01:00
parent 6e14a47316
commit 83accedded

View File

@ -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>">>).