diff --git a/build/jsdoc-toolkit/templates/jsdoc/publish.js b/build/jsdoc-toolkit/templates/jsdoc/publish.js index 7f4a65e4..56fb3f3f 100644 --- a/build/jsdoc-toolkit/templates/jsdoc/publish.js +++ b/build/jsdoc-toolkit/templates/jsdoc/publish.js @@ -228,21 +228,21 @@ var Utils = { name = names[0]; link = names[1]; } - return '
  • ' + name + '
  • '; + return '
  • ' + name + '
  • \n'; } function getRuler() { - return '

  • '; + return '

  • \n'; } function getHeading(title) { - return '
  • ' + title + '

  • '; + return '
  • ' + title + '

  • \n'; } var first = true, out = '