We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4e075e + b6c5cb7 commit 253af54Copy full SHA for 253af54
templates/Sempare.Template.RCGenerator.tpl
@@ -1,3 +1,3 @@
1
-<%- for filename in files *%>
2
-<% RCName(filename) %> RCDATA "<% EscapeBackslash(filename) %>"
3
-<%- end *%>
+<%- for filename in files %>
+<%- RCName(filename) %> RCDATA "<% EscapeBackslash(filename) %>"
+<% end %>
0 commit comments