discourse/app/assets
Vikhyat Korrapati 25a080a8e1 Fix HTML tags in topic titles.
We no longer sanitize titles before saving to the database since it
would cause problems like HTML entities showing up when you try to edit
a topic title. It isn't even really necessary since we only render
fancy_title directly and never title.

The escaping logic used here is the same that is used both in lodash and
onebox. See:

1. https://github.com/discourse/onebox/pull/190/files
2. https://github.com/lodash/lodash/blob/2.4.1/dist/lodash.compat.js#L6194
2014-04-18 10:47:00 +05:30
..
fonts Upgrade font-awesome to version 4 2013-12-11 10:31:09 -05:00
images move unhashed images into public images directory. asset precompile does not keep around unhashed urls in prd 2013-12-23 10:06:33 +11:00
javascripts Fix HTML tags in topic titles. 2014-04-18 10:47:00 +05:30
stylesheets Merge pull request #2271 from vikhyat/badge-system 2014-04-17 16:22:41 +10:00