ITADN

HTML error in 'jobs' menu item

#1583Openguusdk 创建于 2025-10-29
G
guusdkcommented
Minor HTML issue (I don't think this functionally makes much of a difference) but I noticed this malformed HTML in the source of a couple of pages (I assume the problem exists everywhere the menu shows): ```html <li class="nav-item"> <a class="nav-link" href="https://xmpp.work"target="_blank">Jobs&nbsp;&nbsp;<i class="fas fa-xs fa-external-link-alt"></i></a> </li> ``` There's a missing space between the `href` and `target` attributes, which is highlighted by Firefox's 'source' view: <img width="957" height="50" alt="Image" src="https://github.com/user-attachments/assets/4a5ea477-0007-4cc8-864e-12fd06fa871e" />
0 条评论