CityWebConsultants / Iris

Modular content management and web application framework built with Node.js and MongoDB
http://irisjs.org
Other
9 stars 7 forks source link

Escape double quotes in liveload template attribute #298

Closed FilipNest closed 8 years ago

FilipNest commented 8 years ago

The entity liveload template script wasn't escaping double quotes so if it contained HTML the browser went funny. This quick and simple fix encodes and decodes them to/from HTML entities.