Skip to content

Commit 8568be2

Browse files
authored
Update server.js
1 parent 13e38af commit 8568be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/npm/server.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ app.get('/wiki/:title', (req, res) => {
126126
<a href="https://scratch-coding-hut.github.io/Wiki/report.html?wiki=${encodeURIComponent(wiki.title)}" class="report-button">Report</a>
127127
<button class="delete-button" onclick="deleteWiki(${wiki.id})">Delete Wiki</button>
128128
129-
130-
<h2>Talk Page</h2>
129+
</div>
130+
<div class="wiki-content"><h2>Talk Page</h2>
131131
132132
<script src="https://utteranc.es/client.js"
133133
repo="Scratch-Coding-Hut/Scratch-Coding-Hut.github.io"
@@ -138,7 +138,7 @@ app.get('/wiki/:title', (req, res) => {
138138
async>
139139
</script>
140140
</div>
141-
</div>
141+
142142
<script>
143143
function getUsernameFromURL() {
144144
const urlParams = new URLSearchParams(window.location.search);

0 commit comments

Comments
 (0)