This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 86c4618ea3c6a9e2465a2adbf651d6c13a56e114 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 2 11:20:18 2017 +0100 fixes #9088: Fixer la taille de la carte de repartition par station --- coser-web/src/main/webapp/WEB-INF/content/map/species.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coser-web/src/main/webapp/WEB-INF/content/map/species.jsp b/coser-web/src/main/webapp/WEB-INF/content/map/species.jsp index a21a033..eed96b6 100644 --- a/coser-web/src/main/webapp/WEB-INF/content/map/species.jsp +++ b/coser-web/src/main/webapp/WEB-INF/content/map/species.jsp @@ -63,7 +63,7 @@ <img src="<s:url action='map-data'> <s:param name="facade" value="%{facade}" /> <s:param name="zone" value="%{zone}" /> - </s:url>" style="float:right;margin-left:10px;" /> + </s:url>" style="float:right;margin-left:10px;" width="230" height="230"/> <s:if test="%{species.isEmpty()}"> <s:text name="message.common.noresults"></s:text> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.