This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit b677253a460d12aa28707cac8588b5e782192b61
Author: udittmer <34645700+uditt...@users.noreply.github.com>
AuthorDate: Mon Jun 24 10:05:32 2024 +0200

    Update Sidebar.jsp
---
 jspwiki-war/src/main/webapp/templates/default/Sidebar.jsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jspwiki-war/src/main/webapp/templates/default/Sidebar.jsp 
b/jspwiki-war/src/main/webapp/templates/default/Sidebar.jsp
index b465eec36..fd79e854b 100644
--- a/jspwiki-war/src/main/webapp/templates/default/Sidebar.jsp
+++ b/jspwiki-war/src/main/webapp/templates/default/Sidebar.jsp
@@ -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>
 
@@ -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>
\ No newline at end of file
+</div>

Reply via email to