~ubuntu-branches/ubuntu/utopic/ejabberd/utopic

« back to all changes in this revision

Viewing changes to src/xml.erl

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov
  • Date: 2011-10-03 20:27:12 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20111003202712-w9071rc7vleldxwx
Tags: 2.1.9-1
[ Konstantin Khomoutov ]
* New upstream release.
* Remove obsoleted version.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
         $> -> ">";
112
112
         $" -> """;
113
113
         $' -> "'";
 
114
         _ when is_list(C); is_binary(C) -> crypt(C);
114
115
         _ -> C
115
116
     end || C <- S];
116
117
crypt(S) when is_binary(S) ->