68 <category>${issue.currentCategory}</category> |
68 <category>${issue.currentCategory}</category> |
69 </c:when> |
69 </c:when> |
70 <c:when test="${not empty entry.comment}"> |
70 <c:when test="${not empty entry.comment}"> |
71 <c:set var="comment" value="${entry.comment}"/> |
71 <c:set var="comment" value="${entry.comment}"/> |
72 <c:set var="link" value="${issueHref}${comment.issueid}"/> |
72 <c:set var="link" value="${issueHref}${comment.issueid}"/> |
73 <title>[<fmt:message key="feed.issues.type.${entry.type}"/>] #${comment.issueid} - <c:out value="${comment.currentSubject}"/></title> |
73 <title>[<fmt:message key="feed.issues.type.${entry.type}"/>] #${comment.issueid} - <c:if test="${empty viewmodel.project}"><c:out value="${comment.project}" /> - </c:if><c:out value="${comment.currentSubject}"/></title> |
74 <description><![CDATA[ |
74 <description><![CDATA[ |
75 <div style="white-space: pre-wrap;">${comment.comment}</div> |
75 <div style="white-space: pre-wrap;">${comment.comment}</div> |
76 ]]></description> |
76 ]]></description> |
77 <category><fmt:message key="feed.issues.type.${entry.type}"/></category> |
77 <category><fmt:message key="feed.issues.type.${entry.type}"/></category> |
78 </c:when> |
78 </c:when> |