Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.erl')
-rw-r--r--src/misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc.erl b/src/misc.erl
index af2933ef6..a470e2b63 100644
--- a/src/misc.erl
+++ b/src/misc.erl
@@ -292,7 +292,7 @@ intersection(L1, L2) ->
format_val(I) when is_integer(I) ->
integer_to_list(I);
format_val(S) when is_binary(S) ->
- S;
+ <<$", S/binary, $">>;
format_val(B) when is_atom(B) ->
erlang:atom_to_binary(B, utf8);
format_val(YAML) ->