Subversion Repositories navi

Compare Revisions

Ignore whitespace Rev 12 → Rev 13

/webapp/main.py
48,7 → 48,7
SELECT *, CHAR_LENGTH(navi) AS NL
FROM `metaWords`
ORDER BY NL DESC"""):
text += unicode(thing.navi) + u" - " + clear(unicode(thing.ipa)) + unicode(thing.navi == clear(thing.ipa)) + u"<br />"
text += unicode(thing["navi"]) + u" - " + clear(unicode(thing["ipa"])) + unicode(thing.navi == clear(unicode(thing["ipa"]))) + u"<br />"
self.write(text)
 
application = tornado.web.Application([