Skip to content

Commit

Permalink
Update Sidebar.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
udittmer authored and juanpablo-santos committed Jul 7, 2024
1 parent 9c6e102 commit b677253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jspwiki-war/src/main/webapp/templates/default/Sidebar.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<c:set var="isweblog"><%= ( String )Context.findContext( pageContext ).getPage().getAttribute( /*ATTR_ISWEBLOG*/ "weblogplugin.isweblog" ) %></c:set>
<c:if test="${isweblog}">
<wiki:Calendar pageformat="'${param.page}_blogentry_'ddMMyy'_1'"
<wiki:Calendar pageformat="'${param.page}_blogentry_'ddMMyy'_'" addindex="true"
urlformat="'Wiki.jsp?page=${param.page}&weblog.startDate='ddMMyy'&weblog.days=1'"/>
</c:if>

Expand Down Expand Up @@ -63,4 +63,4 @@
<div class="wikiversion text-center"><%=Release.APPNAME%> v<wiki:Variable var="jspwikiversion" /> <wiki:RSSImageLink title='<%=LocaleSupport.getLocalizedMessage(pageContext,"fav.aggregatewiki.title")%>' /></div>
--%>

</div>
</div>

0 comments on commit b677253

Please sign in to comment.