Repository: roller Updated Branches: refs/heads/roller-5.2.0 fd96ae4a1 -> 6fa0e493b
Struts upgrade changed "id" to "var" for s:url tag. Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/6fa0e493 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/6fa0e493 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/6fa0e493 Branch: refs/heads/roller-5.2.0 Commit: 6fa0e493bd08e682921d351685ce35f4e2e052fe Parents: fd96ae4 Author: Dave Johnson <[email protected]> Authored: Sun Jul 23 17:30:26 2017 -0400 Committer: Dave Johnson <[email protected]> Committed: Sun Jul 23 17:30:26 2017 -0400 ---------------------------------------------------------------------- app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/6fa0e493/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp ---------------------------------------------------------------------- diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp index 58649a7..2bb3b35 100644 --- a/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/editor/EntrySidebar.jsp @@ -26,7 +26,7 @@ <h3><s:text name="weblogEdit.comments" /></h3> <s:if test="bean.commentCount > 0"> - <s:url action="comments" id="commentsURL"> + <s:url action="comments" var="commentsURL"> <s:param name="bean.entryId" value="bean.id" /> <s:param name="weblog" value="weblog" /> </s:url>
