Skip to content

Commit

Permalink
Merge pull request aws#97 from hishidama/master
Browse files Browse the repository at this point in the history
invalid xml escape 'quote'
  • Loading branch information
fulghum committed Sep 5, 2013
2 parents 5577ce3 + 2c0b2b7 commit 172c614
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private void appendEscapedString(String s, StringBuilder builder) {
escape = "&";
break;
case '"':
escape = "&quote;";
escape = """;
break;
case '<':
escape = "&lt;";
Expand Down

0 comments on commit 172c614

Please sign in to comment.