Merge branch 'gh-pages'
This commit is contained in:
commit
f7d1e19ddf
3 changed files with 3 additions and 2 deletions
|
|
@ -204,7 +204,7 @@
|
|||
* @returns String, parsed/replaced template.
|
||||
*/
|
||||
render: function(template, context) {
|
||||
for(x in context) template = template.replace(new RegExp('{{' + x + '}}', 'g'), context[x]);
|
||||
for(x in context) template = template.replace(new RegExp('{{' + x + '}}', 'g'), context[x].replace('<', '<').replace('>', '>'));
|
||||
return template;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
1
js/gitstatus.min.js
vendored
Normal file
1
js/gitstatus.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in a new issue