We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36527d0 commit 28c4896Copy full SHA for 28c4896
scrap_modules.js
@@ -67,7 +67,7 @@ for (const moduleInfo of modulesList) {
67
output += `<p><strong>Libraries:</strong>\n`
68
output += ` <a href="${base}/libraries/modules/${public_uniqueID}.html">Access Here</a>\n`
69
output += `</p>\n\n`
70
- output += `<br><br>\n\n`
+ output += `<p> </p>\n\n`
71
output += `<p><strong>Hooks:</strong>\n`
72
output += ` <a href="${base}/hooks/modules/${public_uniqueID}.html">Access Here</a>\n`
73
0 commit comments