mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Ignore text from <script> element
--HG-- branch : develop
This commit is contained in:
parent
14f0f3454c
commit
a7100eb5bc
1 changed files with 2 additions and 0 deletions
|
@ -1834,6 +1834,7 @@ namespace NLGUI
|
|||
break;
|
||||
|
||||
case HTML_STYLE:
|
||||
case HTML_SCRIPT:
|
||||
_IgnoreText = true;
|
||||
break;
|
||||
}
|
||||
|
@ -1974,6 +1975,7 @@ namespace NLGUI
|
|||
popIfNotEmpty (_FontStrikeThrough);
|
||||
break;
|
||||
case HTML_STYLE:
|
||||
case HTML_SCRIPT:
|
||||
_IgnoreText = false;
|
||||
break;
|
||||
case HTML_OBJECT:
|
||||
|
|
Loading…
Reference in a new issue