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
1 changed files with 2 additions and 2 deletions

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