Skip to content

Commit 88c83de

Browse files
authored
Fix XML tag for escapeHtml in README.md (#2712)
2 parents d0f2e02 + 4f16454 commit 88c83de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-maven/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ Uses Google Gson to also allow sorting by keys besides custom indentation - usef
10301030
<gson>
10311031
<indentSpaces>4</indentSpaces> <!-- optional: specify the number of spaces to use -->
10321032
<sortByKeys>false</sortByKeys> <!-- optional: sort JSON by its keys -->
1033-
<escapeHtml>false</indentSpaces> <!-- optional: escape HTML in values -->
1033+
<escapeHtml>false</escapeHtml> <!-- optional: escape HTML in values -->
10341034
<version>2.8.1</version> <!-- optional: specify version -->
10351035
</gson>
10361036
```

0 commit comments

Comments
 (0)