Please add this quick fix for paragraphs to next version
-
I’ve found that output for article articles with issuem to be absolutely horrible. When using either %CONTENT% or %EXCERPT% in the article layout all text runs together.
In the file issuem-functions.php at line 375 (content) and 368 (excerpt) at the end of each, add the following line:
$string = preg_replace("/\r\n|\r|\n/",'<br/>',$string);
This is a quick fix to display paragraphs as intended.
This will fix run on paragraphs and make issuem usable.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Please add this quick fix for paragraphs to next version’ is closed to new replies.