Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6375 → Rev 6376

/programs/cmm/aelia/prepare_page.h
84,7 → 84,6
byte ch, zeroch;
_text text;
_tag tag;
debugln("-------START PARCING-------");
tag.clear();
style.clear();
/* Create DOM */
197,5 → 196,4
label.raw_size = 0;
}
free(DOM_start);
debugln("-------STOP PARCING--------");
}
/programs/cmm/aelia/tag.h
155,8 → 155,8
"#160", " ",
 
"ntilde", "ñ", // spanish n special ñ
"#224", 0xC3A0,
"#241", 0xC3B1, // spanish a with grove accent 'à'
"#224", 0xC3A0, // spanish a with grove accent 'à'
"#241", 0xC3B1, // spanish symbol
 
"copy", "(c)",
"#169", "(c)",