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

changeset 345
7a515768c481
parent 331
78a84c344efb
--- a/src/main/webapp/WEB-INF/jsp/issues-feed.jsp	Tue Jan 14 19:21:48 2025 +0100
+++ b/src/main/webapp/WEB-INF/jsp/issues-feed.jsp	Tue Jan 14 20:12:25 2025 +0100
@@ -80,6 +80,9 @@
             <link>${link}</link>
             <guid isPermaLink="true">${link}</guid>
             <pubDate><fmt:formatDate value="${entry.time}" pattern="EEE, dd MMM yyyy HH:mm:ss zzz"/></pubDate>
+            <c:if test="${not empty entry.author}">
+            <author><c:out value="${entry.author.displayname}"/> </author>
+            </c:if>
         </item>
     </c:forEach>
 </channel>

mercurial