Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
if not, wrapped in paragraph tags
|
|
was being dropped
|
|
including all valid inline HTML elements
|
|
to tags with which <p> should not be directly contained within
|
|
session update all userdata would be errantly written to the session cookie.
Also rewrote a bit of the cookie handling code to be a bit more efficient and understandable
|
|
|
|
conditions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
causing problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and accurate regex replacement. The former handled some odd improper punctuation in a more predictable manner, but as a result failed to render many proper punctuation cases correctly. The new method is a good tradeoff, getting all "correct" punctuation rendered properly with better performance.
|
|
reasons
|
|
|
|
messages to output the delimiters.
|
|
|
|
|
|
|
|
|
|
closing slash to remain valid XHTML
|
|
|
|
|
|
|
|
|
|
Made some doc style changes
|
|
|
|
|