SVN commit 1122692 by orlovich: Merged revision:r1122691 | orlovich | 2010-05-04 09:53:57 -0400 (Tue, 04 May 2010) | 4 lines Permit script kids for option. Used by some LinkSys router UIs. BUG:236242 M +2 -0 dtd.cpp --- branches/KDE/4.4/kdelibs/khtml/html/dtd.cpp #1122691:1122692 @@ -614,6 +614,8 @@ if(childID == ID_OPTION) return true; return false; case ID_OPTION: + if(childID == ID_SCRIPT) return true; + // fallthrough intentional case ID_TEXTAREA: case ID_TITLE: case ID_STYLE: