Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

When i go to a text file with unix line endings, I get one long line on my display.

  • 2 одговорa
  • 1 има овај проблем
  • 1 преглед
  • Последњи одговор послао cor-el

more options

When i load some text files. I get one long line I'm pretty sure that whatever firefox is using to display text does not handle unix line endings. I suspect that if I change the viewer it is using the problem will go away. How might I do that?

When i load some text files. I get one long line I'm pretty sure that whatever firefox is using to display text does not handle unix line endings. I suspect that if I change the viewer it is using the problem will go away. How might I do that?

Сви одговори (2)

more options

You can use Notepad++ it is a tabbed editor though so be sure to save or close when finished or you might downgrade your actual files later on.

more options

That file is send as text/html and not as text/plain, so white-space including line breaks gets rendered as in html and you would need <br> to get a new line.

Use View Page Source in such cases or prefix the link with the view-source: protocol.

  • Firefox > Web Developer > Page Source
  • Tools > Web Developer > Page Source (Ctrl+U)
  • Right-click on a web page to open the right-click context menu and select Page Source

Измењено од стране cor-el