diff --git a/scripts.d/py-scripts.d/word-count-generator.py b/scripts.d/py-scripts.d/word-count-generator.py
index 219a411..802bfd6 100644
--- a/scripts.d/py-scripts.d/word-count-generator.py
+++ b/scripts.d/py-scripts.d/word-count-generator.py
@@ -97,7 +97,7 @@ def dictToHtml(sortedDict, sortType, cantoFile):
elif sortType == 'alpha-black':
sortInformation = 'Words sorted alphabetically, with blacklist applied.'
cantoHeaders = '
' + canticle + ' ' + cantoNum + '
\n' + sortInformation + '
\n'
- boilerplate = '\n' + '' + '' + canticleAbbrv + ' ' + cantoNum + ' ' + sortType + '\n' + cantoHeaders + '\n\n| Word | Count | \n
\n'
+ boilerplate = '\n' + '' + '' + canticleAbbrv + ' ' + cantoNum + ' ' + sortType + '\n' + cantoHeaders + '\n\n| Word | Count | \n
\n'
boilerclose = '
\n'
htmlCanto.write(boilerplate)
for word, count in sortedDict.items():