Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
25319a35d0bb35bd260b06b4253f31c7a4323673
/
system
/
libraries
/
Typography.php
25319a3
by Rick Ellis
· 16 years ago
16e3c8c
Simplified the typography conversion routine... I hope I didn't break something.
by Rick Ellis
· 16 years ago
50500a2
massaged regex for double spaces after sentences
by Derek Jones
· 16 years ago
e320bc8
by Rick Ellis
· 16 years ago
ab504b8
replaced format_characters()' logic replacement with a more straightforward 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.
by Derek Jones
· 16 years ago
18bd8b5
Added support for removing javascript event handlers from tags, for security reasons
by Rick Ellis
· 16 years ago
4c938ae
by Rick Ellis
· 16 years ago