Fix Recent Activity on nodes page: remove extra closing div

An extra </div> was closing the node-detail wrapper before the
Recent Activity section rendered, causing content to fall outside
the styled container.
This commit is contained in:
you
2026-03-19 07:06:01 +00:00
parent 27ed57308f
commit be21b9ea1b
-1
View File
@@ -337,7 +337,6 @@
${hasLoc ? `<dt>Location</dt><dd>${n.lat.toFixed(5)}, ${n.lon.toFixed(5)}</dd>` : ''}
</dl>
</div>
</div>
<div style="text-align:center;margin-bottom:16px">
<button class="btn-primary" id="copyUrlBtn">📋 Copy URL</button>