после добпвления
"Set server level response header
1. Open httpd.conf in a text editor
2. Uncomment (or add) “LoadModule headers_module modules/mod_headers.so”
3. Add the following configuration fragment at the end of the httpd.conf file:
<IfModule headers_module>
Header set X-UA-Compatible: IE=EmulateIE8
</IfModule>
4. Save httpd.conf file
5. Restart the Apache server
6. Browse the test web page
"
При наборе текста в HTML (через IE9) - норма.
При наборе текста в PLAINTEXT (через IE9 ) - добавляет строку, после каждой строки

выглядит так:
Строка-1
Строка-2
Строка-3
Вместо того, что-бы так:
Строка-1
Строка-2
Строка-3