summaryrefslogtreecommitdiffstats
path: root/system/libraries/Typography.php
AgeCommit message (Collapse)AuthorFilesLines
2008-09-11massaged regex for double spaces after sentencesDerek Jones1-1/+1
2008-09-11(no commit message)Rick Ellis1-2/+1
2008-09-11replaced format_characters()' logic replacement with a more straightforward ↵Derek Jones1-220/+38
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.
2008-09-11Added support for removing javascript event handlers from tags, for security ↵Rick Ellis1-4/+31
reasons
2008-09-11(no commit message)Rick Ellis1-0/+482