- changed status to open
Inline PI cause text unit break in HTML
Issue #26
resolved
Original [issue 26](https://code.google.com/p/okapi/issues/detail?id=26) created by @ysavourel on 2009-03-17T22:50:50.000Z:
When we have something like this: <p>Before <?FM stuff?> after.</p>
the paragraph is sent as two separate text units instead of one with the Pi as inline code.
Comments (2)
-
Account Deleted -
Account Deleted - changed status to resolved
Comment [2.](https://code.google.com/p/okapi/issues/detail?id=26#c2) originally posted by @ysavourel on 2009-03-18T16:13:41.000Z:
added two test cases for inline comments and PI's in HtmlEventTest. Made needed changes in Html, Markup and TaggedConfiguration classes.
- Log in to comment
Comment [1.](https://code.google.com/p/okapi/issues/detail?id=26#c1) originally posted by @ysavourel on 2009-03-17T23:18:39.000Z:
We also don't allow comments in the middle of a segment. I guess these would be treated as normal inline codes.