1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
This commit is contained in:
Laurent MONIN 2005-11-10 15:42:35 +01:00 committed by Laurent MONIN
parent 2beadb8f6b
commit f7bc7c3497

View File

@ -264,7 +264,8 @@ html_skip(struct html_context *html_context, unsigned char *a)
#ifdef CONFIG_ECMASCRIPT
int
do_html_script(struct html_context *html_context, unsigned char *a, unsigned char *html, unsigned char *eof, unsigned char **end)
do_html_script(struct html_context *html_context, unsigned char *a,
unsigned char *html, unsigned char *eof, unsigned char **end)
{
/* TODO: <noscript> processing. Well, same considerations apply as to
* CSS property display: none processing. */