Skip to content

Commit 28c4896

Browse files
authored
Update scrap_modules.js
1 parent 36527d0 commit 28c4896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrap_modules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ for (const moduleInfo of modulesList) {
6767
output += `<p><strong>Libraries:</strong>\n`
6868
output += ` <a href="${base}/libraries/modules/${public_uniqueID}.html">Access Here</a>\n`
6969
output += `</p>\n\n`
70-
output += `<br><br>\n\n`
70+
output += `<p>&nbsp;</p>\n\n`
7171
output += `<p><strong>Hooks:</strong>\n`
7272
output += ` <a href="${base}/hooks/modules/${public_uniqueID}.html">Access Here</a>\n`
7373
output += `</p>\n\n`

0 commit comments

Comments
 (0)