Fix problem introduced in merge from master to bootstrap-ui
Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/d2320b06 Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/d2320b06 Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/d2320b06 Branch: refs/heads/bootstrap-ui Commit: d2320b067a39129013c1f117f1306a04c6ebca8f Parents: 378c2ed Author: Dave Johnson <[email protected]> Authored: Sun Feb 25 17:08:30 2018 -0500 Committer: Dave Johnson <[email protected]> Committed: Sun Feb 25 17:08:30 2018 -0500 ---------------------------------------------------------------------- app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/d2320b06/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp ---------------------------------------------------------------------- diff --git a/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp b/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp index 198de1d..6374a79 100644 --- a/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp +++ b/app/src/main/webapp/WEB-INF/jsps/editor/Entries.jsp @@ -103,8 +103,8 @@ </td> <td> - <s:set name="postId" value="#post.id" /> - <s:set name="postTitle" value="#post.title" /> + <s:set var="postId" value="#post.id" /> + <s:set var="postTitle" value="#post.title" /> <a href="#" onclick="showDeleteModal('<s:property value="postId" />', '<s:property value="postTitle"/>' )"> <span class="glyphicon glyphicon-trash"></span></a>
