diff --git a/elda-assets/src/main/webapp/velocity/velocity.properties b/elda-assets/src/main/webapp/velocity/velocity.properties index 9598d7de0..fac095fc3 100644 --- a/elda-assets/src/main/webapp/velocity/velocity.properties +++ b/elda-assets/src/main/webapp/velocity/velocity.properties @@ -12,4 +12,4 @@ # No logging runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute -velocimacro.max.depth=50 \ No newline at end of file +velocimacro.max_depth=50 diff --git a/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java b/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java index 4a171c8f8..8e6bfc9db 100644 --- a/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java +++ b/elda-lda/src/main/java/com/epimorphics/lda/renderers/velocity/VelocityRendering.java @@ -82,7 +82,7 @@ public class VelocityRendering /** * Velocity property for configuring loader path */ - public static final String VELOCITY_FILE_RESOURCE_LOADER_PATH = "file.resource.loader.path"; + public static final String VELOCITY_FILE_RESOURCE_LOADER_PATH = "resource.loader.file.path"; /***********************************/ /* Static variables */