Possible to improve the display of /etc/passwd in html/php ?

Hello everyone

Let’s say we manage to access the /etc/passwd from some php command or any other language, you know via the URL bar, it is displayed not in a nice way (no line return).
user1user2user3…

Is there some shortcut, or special trick to have it displayed nicely (each user on its own line just like we would have in console)?
user1
user2
user3

Other than copy/paste to notepad and rearrange it.
Just curious if there is a way to have it displayed nicely, from html, php, when we access it

Thank you so much for your replies

OK, solution found: right click and view page source :slight_smile: