Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7990 → Rev 7991

/programs/cmm/TWB/TWB.c
175,7 → 175,7
is_html = true;
if (!strstri(bufpointer, "<body")) {
t_body = true;
if (!strstri(bufpointer, "<html")) {
if (!strstri(bufpointer, "<html")) && (!strstr(bufpointer, "<?xml")) && (!strstr(bufpointer, "<xml")) {
style.pre = true; //show linebreaks for a plaint text
is_html = false;
}