mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-11 20:04:46 +00:00
Changed: Ignore text from <script> element
This commit is contained in:
parent
9221f63dd6
commit
487f92c9d0
1 changed files with 2 additions and 0 deletions
|
@ -1834,6 +1834,7 @@ namespace NLGUI
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case HTML_STYLE:
|
case HTML_STYLE:
|
||||||
|
case HTML_SCRIPT:
|
||||||
_IgnoreText = true;
|
_IgnoreText = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -1974,6 +1975,7 @@ namespace NLGUI
|
||||||
popIfNotEmpty (_FontStrikeThrough);
|
popIfNotEmpty (_FontStrikeThrough);
|
||||||
break;
|
break;
|
||||||
case HTML_STYLE:
|
case HTML_STYLE:
|
||||||
|
case HTML_SCRIPT:
|
||||||
_IgnoreText = false;
|
_IgnoreText = false;
|
||||||
break;
|
break;
|
||||||
case HTML_OBJECT:
|
case HTML_OBJECT:
|
||||||
|
|
Loading…
Reference in a new issue