]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/template/Template.java
add: let a user revoke his certificates.
[gigi.git] / src / org / cacert / gigi / output / template / Template.java
index d49df9ae2c5a4c8600a0f48e631b1ed9caf91f0b..8bcbc8f24ebe156a98d5cdd38918e494e94c004d 100644 (file)
@@ -54,7 +54,7 @@ public class Template implements Outputable {
 
     private File source;
 
-    private static final Pattern CONTROL_PATTERN = Pattern.compile(" ?([a-z]+)\\(\\$([^)]+)\\) ?\\{ ?");
+    private static final Pattern CONTROL_PATTERN = Pattern.compile(" ?([a-zA-Z]+)\\(\\$([^)]+)\\) ?\\{ ?");
 
     private static final Pattern ELSE_PATTERN = Pattern.compile(" ?\\} ?else ?\\{ ?");