diff options
author | Raimo Niskanen <[email protected]> | 2018-03-28 11:07:28 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2018-03-29 14:51:01 +0200 |
commit | e7f98a17f139865520e3f961e53d4a722b158223 (patch) | |
tree | db753edf34bfd1f2f1066ec42a3e36023f4195c1 /lib/erl_docgen/priv/dtd | |
parent | d86fd35ca0c65069955a34d6ae9fbc33b9663eb0 (diff) | |
download | otp-e7f98a17f139865520e3f961e53d4a722b158223.tar.gz otp-e7f98a17f139865520e3f961e53d4a722b158223.tar.bz2 otp-e7f98a17f139865520e3f961e53d4a722b158223.zip |
erl_docgen: Implement width in image tag
Diffstat (limited to 'lib/erl_docgen/priv/dtd')
-rw-r--r-- | lib/erl_docgen/priv/dtd/common.image.dtd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/dtd/common.image.dtd b/lib/erl_docgen/priv/dtd/common.image.dtd index d97057590e..138da3609b 100644 --- a/lib/erl_docgen/priv/dtd/common.image.dtd +++ b/lib/erl_docgen/priv/dtd/common.image.dtd @@ -18,5 +18,7 @@ $Id$ --> <!ELEMENT image (icaption) > -<!ATTLIST image file CDATA #REQUIRED > +<!ATTLIST image + file CDATA #REQUIRED + width CDATA #IMPLIED > <!ELEMENT icaption (#PCDATA) > |