mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
fix template compiler dealing with html comments
This commit is contained in:
@@ -903,7 +903,8 @@ Spacebars.compile = function (inputString, options) {
|
||||
renderableString('<!--');
|
||||
renderables.push('Spacebars.escapeHtmlComment(' +
|
||||
interpolate(t.name, funcInfo,
|
||||
INTERPOLATE_COMMENT));
|
||||
INTERPOLATE_COMMENT) +
|
||||
')');
|
||||
renderableString('-->');
|
||||
break;
|
||||
case 'DocType':
|
||||
|
||||
Reference in New Issue
Block a user