We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561e172 commit ef50cf8Copy full SHA for ef50cf8
aurora/aurora-war/src/main/webapp/WEB-INF/tags/silverpeas/look/displayFAQ.tag
@@ -43,7 +43,7 @@
43
<div class="FAQ-entry-main-container">
44
<div class="FAQ-entry">
45
<c:forEach var="question" items="${questions.list}">
46
- <c:url var="questionURL" value="${question.permalink()}"/>
+ <c:url var="questionURL" value="${question.permalink}"/>
47
<p><a class="sp-permalink" href="${questionURL}">${question.title}</a></p>
48
</c:forEach>
49
</div>
0 commit comments