1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-03 03:56:32 -04:00

The label ng moved one line down

This commit is contained in:
Witold Filipczyk 2006-06-02 19:51:32 +02:00 committed by Witold Filipczyk
parent 6712baaee0
commit 53890a9a95

View File

@ -729,9 +729,8 @@ element:
if (ee < eof && isspace(*ee)) {
put_chrs(html_context, " ", 1);
}
ng:;
}
ng:
html = process_element(name, namelen, endingtag, end, html, eof, attr, html_context);
}