mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-03 04:47:07 +01:00
Don't do html escaping. Fix #157.
This commit is contained in:
@ -29,7 +29,8 @@ HandlebarsGenerator = module.exports =
|
||||
|
||||
try
|
||||
# Compile and run the Handlebars template.
|
||||
template = HANDLEBARS.compile tpl, {strict: false, assumeObjects: false}
|
||||
template = HANDLEBARS.compile tpl, {
|
||||
strict: false, assumeObjects: false, noEscape: true}
|
||||
return template data
|
||||
catch
|
||||
throw
|
||||
|
Reference in New Issue
Block a user