Commit ce40f24f authored by Peter Michaux's avatar Peter Michaux

confusion around necessary tag was resolved in favor of using <strong>

parent 9c54ae6b
......@@ -20,7 +20,7 @@ maria.SetView.subclass(checkit, 'TodosAppView', {
var incompletedLength = model.getIncompleted().length;
this.find('#todo-count').innerHTML =
'<b>' + incompletedLength + '</b> ' +
'<strong>' + incompletedLength + '</strong> ' +
((incompletedLength === 1) ? 'item' : 'items') +
' left';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment