]> git.ipfire.org Git - thirdparty/tornado.git/commit
add a linkify() function for converting text to html with link detection. Also change...
authorPaul Buchheit <pbuchheit@dev428.snc1.facebook.com>
Thu, 30 Sep 2010 21:41:13 +0000 (14:41 -0700)
committerPaul Buchheit <pbuchheit@dev428.snc1.facebook.com>
Thu, 30 Sep 2010 21:41:13 +0000 (14:41 -0700)
commitf732f98063f8a0bf9f7e331876964bedbbdc8462
treeb65902403b6363cb881f33b79eea1a568fc18ef6
parent75bfe842c5afe8945ee0635ac431b27de6202f6d
add a linkify() function for converting text to html with link detection. Also changed xhtml_escape to not convert return value to utf8, since pages should be assembed in unicode and not utf8 encoded until they are ready to write().
demos/chat/templates/message.html
tornado/escape.py