In R5, Domino no longer preprocesses regular text within passthru HTML. When using passthru HTML, you must explicitly include any HTML that is necessary.
For example, in R5 Domino does not generate an implicit <BR> (line break) tag as it would in R4.
In R4.6, for a form with the pass-thru HTML:
Line 1
Line 2
Line 3
Domino would generate the following HTML:
<b>Line 1<BR>
Line 2<BR>
Line 3</b>
In R5, Domino does not include the <BR> tags since the designer did not include them in the passthru HTML, which in this example causes the lines to concatenate in a Web browser.
In another example, in R4.6x, Domino generates an anchor tag when you create a URL hotspot within passthru HTML. In R5, Domino no longer generates the anchor tag.