Skip to content

Conversation

@simonLeary42
Copy link
Collaborator

@simonLeary42 simonLeary42 commented Dec 18, 2025

introduced in #385

before:

  <nav class="mainNav">
    <a href='http://127.0.0.1:8000/index.php'>Home</a><a target='_blank' href='https://github.com/'>Global Menuitem 1</a><a href='http://127.0.0.1:8000/panel/support.php'>Support</a><a href='http://127.0.0.1:8000/panel/account.php'>Account Settings</a><a href='http://127.0.0.1:8000/panel/groups.php'>My PIs</a><a href='http://127.0.0.1:8000/panel/pi.php'>My Users</a><a target='_blank' href='https://github.com/'>Secure Menuitem 1</a><hr class='navHR'><a href='http://127.0.0.1:8000/admin/user-mgmt.php'>User Management</a><a href='http://127.0.0.1:8000/admin/pi-mgmt.php'>PI Management</a><a href='http://127.0.0.1:8000/admin/notices.php'>Cluster Notices</a><a href='http://127.0.0.1:8000/admin/content.php'>Content Management</a>  </nav>

after:

  <nav class="mainNav">
    <a href='http://127.0.0.1:8000/index.php'>Home</a>
<a target='_blank' href='https://github.com/'>Global Menuitem 1</a>
<a href='http://127.0.0.1:8000/panel/support.php'>Support</a>
<a href='http://127.0.0.1:8000/panel/account.php'>Account Settings</a>
<a href='http://127.0.0.1:8000/panel/groups.php'>My PIs</a>
<a href='http://127.0.0.1:8000/panel/pi.php'>My Users</a>
<a target='_blank' href='https://github.com/'>Secure Menuitem 1</a>
<hr class='navHR'><a href='http://127.0.0.1:8000/admin/user-mgmt.php'>User Management</a>
<a href='http://127.0.0.1:8000/admin/pi-mgmt.php'>PI Management</a>
<a href='http://127.0.0.1:8000/admin/notices.php'>Cluster Notices</a>
<a href='http://127.0.0.1:8000/admin/content.php'>Content Management</a>
  </nav>

@simonLeary42 simonLeary42 merged commit fb8ddd0 into main Dec 18, 2025
3 checks passed
@simonLeary42 simonLeary42 deleted the html-add-newlines branch December 18, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants