Fix broken JPEG photo (EJAB-1526)

This commit is contained in:
Evgeniy Khramtsov 2012-12-12 18:08:08 +10:00
parent 2c26926689
commit be33ab890e
1 changed files with 1 additions and 0 deletions

View File

@ -181,5 +181,6 @@ do_sub(S, {RegExp, New, Times}, Iter) ->
replace_amps(String) ->
lists:flatmap(
fun($&) -> "\\&";
($\\) -> "\\\\";
(Chr) -> [Chr]
end, String).