| 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> |