This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 29a69501cd20f45849fdc3c635046e8f24da6e48 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 20 15:03:06 2015 +0100 On évite un échappement (fixes #6488) --- wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp b/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp index 5cd7db0..664e096 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/administration/wao-users.jsp @@ -27,7 +27,7 @@ <s:set name="title"><s:text name="wao.ui.page.waoUsers.title" /></s:set> </s:if> <s:else> - <s:set name="title"><s:text name="wao.ui.page.waoUsers.title" /> <s:property value="waoUsersList.organisation.fullName" /> </s:set> + <s:set name="title"><s:text name="wao.ui.page.waoUsers.title" /> <s:property value="waoUsersList.organisation.fullName" escapeHtml="false" /></s:set> </s:else> <head> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.