Author: fdesbois Date: 2012-04-16 13:57:48 +0200 (Mon, 16 Apr 2012) New Revision: 3278 Url: http://chorem.org/repositories/revision/pollen/3278 Log: fixes #513 : add poll title in page head Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-04-16 11:37:19 UTC (rev 3277) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-04-16 11:57:48 UTC (rev 3278) @@ -26,6 +26,8 @@ <%@ taglib prefix="sj" uri="/struts-jquery-tags" %> <%@ taglib prefix="sjg" uri="/struts-jquery-grid-tags" %> +<title><s:property value="%{poll.title}"/></title> + <link rel="stylesheet" type="text/css" href="<s:url value='/css/vote.css'/>"/>
participants (1)
-
fdesbois@users.chorem.org