$n (for newline) and $br (for <br /> tag) in newline="" parameter of URLPARAM. Those should not get escaped based on encode parameter.
This is a proper fix for TWikibug:Item6276.
newline="$br" |
Convert newlines in textarea to other delimiters. Variables $br for break tag (<br />), $n for newline are expanded. Other text is encoded based on encode parameter. |
no conversion |