chore: remove unused imghdr import and dead CSS rules, fix attachment uploader DOM structure, add space after icon spans in templates, and increase test stderr capture limit

This commit is contained in:
2026-05-13 20:48:39 +00:00
parent 4958c23c0d
commit 1c5406204e
11 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
<div class="footer-inner">
<span class="footer-copy">&copy; DevPlace</span>
<nav class="footer-links">
<a href="/bugs"><span class="icon">🐛</span>Bug Report</a>
<a href="/bugs"><span class="icon">🐛</span> Bug Report</a>
</nav>
</div>
</footer>