??? 11/29/10 00:32 Read: times |
#179695 - wrong MIME tag used Responding to: ???'s previous message |
It's a question of MIME problems.
The web browser gets a perfectly good text file. But it thinks it is receiving a HTML file. In HTML, spaces does not matter except within strings, so when displaying the source file, the web browser will convert the text in the source file into a long sequence of words separated with a single space. The web server should be reconfigured so that it sends out the source code using MIME type "text/plain" instead of "text/html". |
Topic | Author | Date |
Code Library listings unformatted | 01/01/70 00:00 | |
wrong MIME tag used | 01/01/70 00:00 | |
Explained previously | 01/01/70 00:00 |