|
PITS /
00549Summary: Add (:linebreaks:) and (:nolinebreaks:) to the core
Created: 2005-09-30 23:56
Status: Closed - added to 2.0.11
Category: CoreCandidate
From: Pm
Assigned:
Priority: 5433
Version: 2.0.10
OS:
Description:
Perhaps --Pm I think so --chr Yes please! -- NeilHerber October 02, 2005, at 09:37 PM Yes, and for this addition as well as a global setting $HTMLPNewline = '<br />'; Suggest that rendering be both the same and also be the same as if it were done manually with "\\" after every line, such that initial block styles apply throughout. like this:
where the HTML output is <div class='indent'><span style='color: green;' >test<br />one<br />two<br />three <br /></span></div> and not (slashes added because linebreaks does not appear implement on the config for this page):
which gets you: <div class='indent'><span style='color: green;' >test</span>
skts |