Skip to content

Repair Mustache.escapeHtml() automatic date conversion

Tony Butler requested to merge tony/kado:fixMustacheDateHandling into master

Mustache uses the static escapeHtml() internally and the original implementation used the built-in .toDateString() which is completely broken. This remaps that to use Parser.printDate() which does what the built-in once did before it was totally broken.

Merge request reports