Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion elda-assets/src/main/webapp/velocity/velocity.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

# No logging
runtime.log.logsystem.class=org.apache.velocity.runtime.log.NullLogChute
velocimacro.max.depth=50
velocimacro.max_depth=50
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
Loading