juanpablo-santos commented on code in PR #500:
URL: https://github.com/apache/jspwiki/pull/500#discussion_r3730533937


##########
jspwiki-war/src/main/webapp/Edit.jsp:
##########
@@ -75,7 +75,7 @@
     String append  = request.getParameter("append");
     String edit    = request.getParameter("edit");
     String author  = TextUtil.replaceEntities( findParam( pageContext, 
"author" ) );
-    String changenote = findParam( pageContext, "changenote" );
+    String changenote = TextUtil.replaceEntities( findParam( pageContext, 
"changenote" ) ;

Review Comment:
   wait, there's a missing `)` here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to