Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6376 → Rev 6375

/programs/cmm/aelia/prepare_page.h
84,6 → 84,7
byte ch, zeroch;
_text text;
_tag tag;
debugln("-------START PARCING-------");
tag.clear();
style.clear();
/* Create DOM */
196,4 → 197,5
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, // spanish a with grove accent 'à'
"#241", 0xC3B1, // spanish symbol
"#224", 0xC3A0,
"#241", 0xC3B1, // spanish a with grove accent 'à'
 
"copy", "(c)",
"#169", "(c)",