jquery-archive / plugins.jquery.com

The jQuery Plugins site

Home Page:plugins.jquery.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Html characters in description on listing page are stripped instead of escaped

rdworth opened this issue · comments

If a plugin description contains html characters, they are properly escaped on the plugin page as of #110 but they are stripped on the listing page due to the use of the_excerpt()
#110 shows a reasonable example of displaying escaped html characters in a description. We should fix the listing page to show the same for consistency.