diff options
Diffstat (limited to 'quanta/data/dtep/html-frameset')
-rw-r--r-- | quanta/data/dtep/html-frameset/font.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/frame.tag | 4 | ||||
-rw-r--r-- | quanta/data/dtep/html-frameset/frameset.tag | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/quanta/data/dtep/html-frameset/font.tag b/quanta/data/dtep/html-frameset/font.tag index 2e38aa2c..1c8aa521 100644 --- a/quanta/data/dtep/html-frameset/font.tag +++ b/quanta/data/dtep/html-frameset/font.tag @@ -31,7 +31,7 @@ <item>-4</item> </items> </attr> -<children> +<tqchildren> <child name="#text" /> <child name="tt" /> <child name="i" /> @@ -71,7 +71,7 @@ <child name="textarea" /> <child name="label" /> <child name="button" /> -</children> +</tqchildren> </tag> </TAGS> diff --git a/quanta/data/dtep/html-frameset/frame.tag b/quanta/data/dtep/html-frameset/frame.tag index 0cf37a05..44b8fd0c 100644 --- a/quanta/data/dtep/html-frameset/frame.tag +++ b/quanta/data/dtep/html-frameset/frame.tag @@ -9,10 +9,10 @@ <location col="1" row="0" colspan="2" /> </attr> -<children> +<tqchildren> <child name="frameset" /> <child name="head" /> -</children> +</tqchildren> </tag> diff --git a/quanta/data/dtep/html-frameset/frameset.tag b/quanta/data/dtep/html-frameset/frameset.tag index 0c830af5..c32bd8ae 100644 --- a/quanta/data/dtep/html-frameset/frameset.tag +++ b/quanta/data/dtep/html-frameset/frameset.tag @@ -26,10 +26,10 @@ <textlocation col="0" row="4" /> <location col="1" row="4" colspan="2"/> </attr> -<children> +<tqchildren> <child name="frame" /> <child name="frameset" /> <child name="noframes" /> -</children> +</tqchildren> </tag> </TAGS> |