Duplicated code when whole string is inline + concat + linebreak, in PHP filter

Created by: Anonymous

Original issue 204 created by @ysavourel on 2012-01-24T12:57:46.000Z:

When processing this:

array("key" => "

    ".
    "
  • xyz® aktivieren"
    );

    we get this:

    array("key" => ""

      "
        ".
        "
      • xyz® aktivieren"
        );
Assignee Loading
Time tracking Loading