mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
Discard word right in fromt of </script>, </style> and </select>.
This commit is contained in:
parent
51aacc981b
commit
0a1e2d7b3e
@ -29,7 +29,7 @@
|
||||
*
|
||||
* This file is part of the Contiki desktop environment
|
||||
*
|
||||
* $Id: htmlparser.c,v 1.4 2006/10/06 21:28:18 oliverschmidt Exp $
|
||||
* $Id: htmlparser.c,v 1.5 2006/10/06 21:30:41 oliverschmidt Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -400,6 +400,7 @@ parse_tag(void)
|
||||
case TAG_SLASHSCRIPT:
|
||||
case TAG_SLASHSTYLE:
|
||||
case TAG_SLASHSELECT:
|
||||
do_word();
|
||||
switch_majorstate(s.lastmajorstate);
|
||||
break;
|
||||
case TAG_BODY:
|
||||
|
Loading…
Reference in New Issue
Block a user