24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-05-31 21:07:55 +02:00

Get rid of non-breaking space

This commit is contained in:
Evgeniy Khramtsov 2017-02-18 12:13:48 +03:00
parent 940ca9311d
commit 70bfc5b4a8

View File

@ -392,7 +392,7 @@ convert_list_nodes() ->
options = Opts} = R) ->
R#pubsub_node{nodeid = {binhost(H), bin(N)},
id = I,
parents = [bin(P) || P<-Ps],
parents = [bin(P) || P<-Ps],
type = bin(T),
owners = [binusr(O) || O<-Os],
options = Opts}