Благодарю! Вот предлагаю ввести изменение в код: (TWB.c)punk_joker wrote: http://websvn.kolibrios.org/listing.php ... a61e1adabf
Code: Select all
if (!chTag("blockquote") || (!chTag("fieldset")) blq_text = rez;
if (!chTag("i")) || (!chTag("em")) || (!chTag("subtitle")) || (!chTag("address")) || (!chTag("dfn")) || (!chTag("var")) {
i_text = rez;
return;
}
if (!chTag("div")) || (!chTag("article")) || (!chTag("header")) {
IF(oldtag[0] <>'h') TextGoDown(left1, top1, width1);
return;
}
if (!chTag("basefont"))
{
do{
if (!strcmp(#parametr, "color=")) text_colors[0]=GetColor(#options);
} while(GetNextParam());
return;
}
if (!chTag("center")) ||(!chTag("caption"))
{
if (rez) text_align = ALIGN_CENTER;
if (!rez)
{
TextGoDown(left1, top1, width1);
text_align = ALIGN_LEFT;
}
return;
}
if (!chTag("pre")) || (!chTag("code")) || (!chTag("xmp")) pre_text = rez;