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 def5dc6 commit 28ba293Copy full SHA for 28ba293
src/npm/server.js
@@ -94,7 +94,6 @@ app.get('/wiki/:title', (req, res) => {
94
<div class="wiki-content">
95
<h2>${wiki.title}</h2>
96
<p>${wiki.content}</p>
97
- <small id="wiki-owner">${wiki.owner}</small>
98
</div>
99
100
<div class="comment-section">
0 commit comments