Skip to content

Commit

Permalink
🐛 Disable HTML escaping, #532
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Mar 31, 2017
1 parent 85e2424 commit c6497ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ private static Gson createGson(Boolean prettyPrint) {
if (prettyPrint) {
builder.setPrettyPrinting();
}

builder.disableHtmlEscaping();
return builder.create();
}

Expand Down

0 comments on commit c6497ed

Please sign in to comment.