mirror of
https://github.com/discourse/discourse.git
synced 2026-08-27 05:37:29 -05:00
Ember.Handlebars.normalizePath was being called with an object as argument which caused it to error out. also wrapped the return in a SafeString, so the html will not get escaped again.