aboutsummaryrefslogtreecommitdiff
path: root/share/xml/xhtml10-freebsd.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'share/xml/xhtml10-freebsd.dtd')
-rw-r--r--share/xml/xhtml10-freebsd.dtd12
1 files changed, 9 insertions, 3 deletions
diff --git a/share/xml/xhtml10-freebsd.dtd b/share/xml/xhtml10-freebsd.dtd
index 4318ac5d52..dc6b573f98 100644
--- a/share/xml/xhtml10-freebsd.dtd
+++ b/share/xml/xhtml10-freebsd.dtd
@@ -39,9 +39,9 @@
"http://www.FreeBSD.org/XML/doc/share/xml/header.ent">
%header.ent;
-<!ENTITY % developers PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"
-"http://www.FreeBSD.org/XML/doc/share/xml/developers.ent">
-%developers;
+<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"
+"http://www.FreeBSD.org/XML/doc/share/xml/authors.ent">
+%authors;
<!-- Allow xmlns on all elements -->
<!ENTITY % coreattrs
@@ -61,3 +61,9 @@
<!ENTITY % html.orig PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
%html.orig;
+
+<!ELEMENT email (#PCDATA)>
+<!ATTLIST email
+ %attrs;
+ role (nolink) #IMPLIED
+ >