mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
fix bug in template engine resolution by extension
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user