• templs

    (@templs)


    My comments code in bbpress2 replies look like this:

    <p>aaa</p>
    <p>bbb<br>
    ccc</p>
    <p>ddd</p>

    after clicking “quote” – quoted message shown like this:

    aaa
    .
    .
    bbb
    ccc
    .
    .
    ddd
    .
    .

    *(“.” – this is new line)

    I’ve removed 1 break-line from JS and now all work correctly.

    var posttext = posttext.replace(/<\/\s*p>/g, "\r\n");

    http://wordpress.org/extend/plugins/bbpress-quotes/

  • The topic ‘[Plugin: bbPress Quotes] Double new-line symbol for P tag’ is closed to new replies.