diff --git a/js/ToolSelector.js b/js/ToolSelector.js index 91afc285..7fa8384a 100644 --- a/js/ToolSelector.js +++ b/js/ToolSelector.js @@ -68,8 +68,8 @@ pskl.ToolSelector = (function() { var currentTool, toolMarkup = ''; for (var toolKey in toolInstances) { currentTool = toolInstances[toolKey]; - toolMarkup += '
  • '; + toolMarkup += '
  • '; } $('#tools-container').html(toolMarkup); };