You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David M. Johnson (Jira)" <ji...@apache.org> on 2020/05/03 20:01:00 UTC

[jira] [Created] (ROL-2165) Fix poor formatting caused by word-wrapping in CommentDataServlet.java

David M. Johnson created ROL-2165:
-------------------------------------

             Summary: Fix poor formatting caused by word-wrapping in CommentDataServlet.java
                 Key: ROL-2165
                 URL: https://issues.apache.org/jira/browse/ROL-2165
             Project: Apache Roller
          Issue Type: Bug
          Components: User Interface - General
    Affects Versions: 6.0.0
            Reporter: David M. Johnson
            Assignee: David M. Johnson
             Fix For: 6.0.1


Remove this line:
{code:java}
content = WordUtils.wrap(content, 72);{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)