Skip to content

fix: white space issue with headers displaying in endpoint view#1023

Merged
shalvah merged 2 commits intoknuckleswtf:v5from
spoyntersmith:patch-2
Oct 20, 2025
Merged

fix: white space issue with headers displaying in endpoint view#1023
shalvah merged 2 commits intoknuckleswtf:v5from
spoyntersmith:patch-2

Conversation

@spoyntersmith
Copy link
Copy Markdown
Contributor

This pull request updates the way HTTP response headers are rendered in the endpoint.blade.php view to improve formatting and readability.

Improvements to HTTP header rendering:

  • Changed the headers rendering logic in endpoint.blade.php to build header lines in a PHP array and output them joined by newlines, resulting in properly formatted HTTP headers in the code block.

Before:
image

After:
image

@shalvah
Copy link
Copy Markdown
Contributor

shalvah commented Oct 20, 2025

Ooh, thank you.

@shalvah shalvah merged commit cb22692 into knuckleswtf:v5 Oct 20, 2025
6 checks passed
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