fix bug in template engine resolution by extension

This commit is contained in:
Sebastian Sdorra
2012-08-12 21:32:19 +02:00
parent ba8814754d
commit 5e0696c5ad

View File

@@ -141,7 +141,7 @@ public final class TemplateEngineFactory
if (index > 0) if (index > 0)
{ {
path = path.substring(index); path = path.substring(index + 1);
} }
for (TemplateEngine e : engineMap.values()) for (TemplateEngine e : engineMap.values())