Allow <cite/> within <link/> in xep.dtd

This commit is contained in:
Florian Schmaus 2017-03-20 17:50:28 +01:00
parent 1a4e2844ac
commit 314b0207d1
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ THE SOFTWARE.
alt CDATA ''
height CDATA ''
width CDATA ''>
<!ELEMENT link (#PCDATA)* >
<!ELEMENT link (#PCDATA | cite)* >
<!ATTLIST link url CDATA '' >
<!ELEMENT note (#PCDATA | link | tt | dfn | em | strong | cite | span | note)* >
<!ELEMENT blockquote (#PCDATA)* >