diff --git a/rhodecode/public/js/rhodecode.js b/rhodecode/public/js/rhodecode.js --- a/rhodecode/public/js/rhodecode.js +++ b/rhodecode/public/js/rhodecode.js @@ -360,7 +360,7 @@ var injectInlineForm = function(tr){ }; var createInlineAddButton = function(tr,label){ - var html = '
{0}
'.format(label); + var html = '
{0}
'.format(label); var add = new YAHOO.util.Element(tableTr('inline-comments-button',html)); add.on('click', function(e) {