diff options
author | Ross Burton <rburton@src.gnome.org> | 2002-12-23 11:31:24 +0000 |
---|---|---|
committer | Ross Burton <rburton@src.gnome.org> | 2002-12-23 11:31:24 +0000 |
commit | 79d28b470966cd700ed19226577204093d53a0da (patch) | |
tree | 7d978b0ed083fd663ac732e6b62a13a2d6122ebb /doc/metacity-theme.dtd | |
parent | 5cf84e6702d4bdd20a27d485ce22971f3307c4b7 (diff) | |
download | metacity-79d28b470966cd700ed19226577204093d53a0da.tar.gz |
DTD fixes
Diffstat (limited to 'doc/metacity-theme.dtd')
-rw-r--r-- | doc/metacity-theme.dtd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/metacity-theme.dtd b/doc/metacity-theme.dtd index 4c52a1a4..a84a43e4 100644 --- a/doc/metacity-theme.dtd +++ b/doc/metacity-theme.dtd @@ -70,7 +70,7 @@ <!ATTLIST frame focus (yes|no) #REQUIRED state (normal|maximized|shaded|maximized_and_shaded) #REQUIRED - resize (both|horizontal|vertical|none) #REQUIRED + resize (both|horizontal|vertical|none) #IMPLIED style CDATA #REQUIRED > @@ -153,7 +153,7 @@ filled %boolean; 'false' > -<!ELEMENT arc EMTPY> +<!ELEMENT arc EMPTY> <!ATTLIST arc color CDATA #REQUIRED %xyrequired; |