Skip to content

Commit

Permalink
[1876] fix: removes xml escape pipe properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Ford committed Nov 26, 2024
1 parent a468b3a commit 52afa93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>
<string name="formal_name">"{{ cookiecutter.formal_name|escape_xml }}"</string>
<string name="formal_name">"{{ cookiecutter.formal_name }}"</string>
<string name="app_name">{{ cookiecutter.app_name }}</string>
</resources>

0 comments on commit 52afa93

Please sign in to comment.