From 6af1535fe3d70b6374ba7bccec94c67c33ad59e7 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <daniel.gerhardt@mni.thm.de>
Date: Fri, 11 Apr 2014 22:31:21 +0200
Subject: [PATCH] Fix XML configuration

---
 src/main/webapp/WEB-INF/spring/spring-main.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/webapp/WEB-INF/spring/spring-main.xml b/src/main/webapp/WEB-INF/spring/spring-main.xml
index f66e53fff..328d79f17 100644
--- a/src/main/webapp/WEB-INF/spring/spring-main.xml
+++ b/src/main/webapp/WEB-INF/spring/spring-main.xml
@@ -53,7 +53,7 @@
 	</bean>
 
 	<bean id="templateMessage" class="org.springframework.mail.SimpleMailMessage">
-		<property name="from" value="${mail.sender.address} <${mail.sender.address}>"/>
+		<property name="from" value="${mail.sender.address} &lt;${mail.sender.address}&gt;"/>
 		<property name="subject" value="${security.user-db.registration-mail.subject}"/>
 		<property name="text" value="${security.user-db.registration-mail.body}"/>
 	</bean>
-- 
GitLab