mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Get rid of non-breaking space
This commit is contained in:
parent
940ca9311d
commit
70bfc5b4a8
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue