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

Issue #204 resolved
Former user created an issue

Original [issue 204](https://code.google.com/p/okapi/issues/detail?id=204) created by @ysavourel on 2012-01-24T12:57:46.000Z:

When processing this:

array("key" => "<ul>". "<li>xyz® aktivieren" );

we get this:

array("key" => ""<ul>"<ul>". "<li>xyz® aktivieren" );

Comments (2)

  1. Log in to comment