You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2020/01/09 22:17:31 UTC

[jspwiki] 21/32: fix JSP compilation error

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 7a5fbbddf2a63447eab13b429557a07ae07dab59
Author: juanpablo <ju...@apache.org>
AuthorDate: Mon Jan 6 23:57:34 2020 +0100

    fix JSP compilation error
---
 jspwiki-war/src/main/webapp/templates/default/Nav.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jspwiki-war/src/main/webapp/templates/default/Nav.jsp b/jspwiki-war/src/main/webapp/templates/default/Nav.jsp
index 0bf0f36..a064b13 100644
--- a/jspwiki-war/src/main/webapp/templates/default/Nav.jsp
+++ b/jspwiki-war/src/main/webapp/templates/default/Nav.jsp
@@ -31,7 +31,7 @@
 <%
   WikiContext c = WikiContext.findContext( pageContext );
 
-  String text = c.getEngine().getPageManager().getText(c, c.getPage());
+  String text = c.getEngine().getPageManager().getText( c.getPage() );
   StringTokenizer tokens = new StringTokenizer( text );
   //avg reading speeds: https://iovs.arvojournals.org/article.aspx?articleid=2166061