From 158e69652b12b3d8d72196ba101b4fb51ca01687 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de>
Date: Fri, 23 May 2014 20:41:09 +0200
Subject: [PATCH] Fix case in configuration property

---
 src/main/webapp/arsnova.properties.example    | 2 +-
 src/test/resources/arsnova.properties.example | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/arsnova.properties.example b/src/main/webapp/arsnova.properties.example
index 7f398986a..89caad29e 100644
--- a/src/main/webapp/arsnova.properties.example
+++ b/src/main/webapp/arsnova.properties.example
@@ -80,7 +80,7 @@ connector.username=test
 connector.password=test
 
 # Enable MathJax to allow the use of Math formulas written in TeX syntax in text fields.
-features.mathJax.enabled=true
+features.mathjax.enabled=true
 
 # The following features are considered experimental because they have not been
 # tested in a production environment over a longer time frame and/or their behavior
diff --git a/src/test/resources/arsnova.properties.example b/src/test/resources/arsnova.properties.example
index 7f398986a..89caad29e 100644
--- a/src/test/resources/arsnova.properties.example
+++ b/src/test/resources/arsnova.properties.example
@@ -80,7 +80,7 @@ connector.username=test
 connector.password=test
 
 # Enable MathJax to allow the use of Math formulas written in TeX syntax in text fields.
-features.mathJax.enabled=true
+features.mathjax.enabled=true
 
 # The following features are considered experimental because they have not been
 # tested in a production environment over a longer time frame and/or their behavior
-- 
GitLab