Skip to content

Commit

Permalink
fix template error
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Jul 6, 2013
1 parent 3b980b2 commit b06a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/name.js
Expand Up @@ -2,7 +2,7 @@
module.exports.register = function(Handlebars, options) {

// Customize this helper
Handlebars.registerHelper('{%= helper_name %}', function(str) {
Handlebars.registerHelper('{%= name %}', function(str) {
var content = '<strong>' + str + '</strong>';
return new Handlebars.SafeString(content);
});
Expand Down

0 comments on commit b06a99b

Please sign in to comment.