r3245 - branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll
Author: fdesbois Date: 2012-04-11 16:23:02 +0200 (Wed, 11 Apr 2012) New Revision: 3245 Url: http://chorem.org/repositories/revision/pollen/3245 Log: fixes #204 : add style for break spaces Modified: branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/result.jsp Modified: branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/result.jsp =================================================================== --- branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/result.jsp 2012-04-10 14:00:58 UTC (rev 3244) +++ branches/pollen-1.2.6-struts2/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/result.jsp 2012-04-11 14:23:02 UTC (rev 3245) @@ -67,7 +67,9 @@ <!-- Informations sur le sondage --> <div id="resultTop"> - <s:property value="poll.description"/> + <div style="white-space:pre-wrap; text-align: start;"> + <s:property value="poll.description"/> + </div> <fieldset> <legend><s:text name="pollen.common.aboutPoll"/></legend> <div style="float: right">
participants (1)
-
fdesbois@users.chorem.org