src/main/webapp/WEB-INF/jsp/issues-feed.jsp

changeset 345
7a515768c481
parent 331
78a84c344efb
equal deleted inserted replaced
344:7280393d1fa7 345:7a515768c481
78 </c:when> 78 </c:when>
79 </c:choose> 79 </c:choose>
80 <link>${link}</link> 80 <link>${link}</link>
81 <guid isPermaLink="true">${link}</guid> 81 <guid isPermaLink="true">${link}</guid>
82 <pubDate><fmt:formatDate value="${entry.time}" pattern="EEE, dd MMM yyyy HH:mm:ss zzz"/></pubDate> 82 <pubDate><fmt:formatDate value="${entry.time}" pattern="EEE, dd MMM yyyy HH:mm:ss zzz"/></pubDate>
83 <c:if test="${not empty entry.author}">
84 <author><c:out value="${entry.author.displayname}"/> </author>
85 </c:if>
83 </item> 86 </item>
84 </c:forEach> 87 </c:forEach>
85 </channel> 88 </channel>

mercurial