svn commit: r42163 - projects/entities/share/xml
Rene Ladan
rene at FreeBSD.org
Fri Jul 5 19:12:32 UTC 2013
Author: rene
Date: Fri Jul 5 19:12:32 2013
New Revision: 42163
URL: http://svnweb.freebsd.org/changeset/doc/42163
Log:
Make sure email addresses with the "nolink" attribute are also in the XHTML namespace.
Modified:
projects/entities/share/xml/authors.ent
Modified: projects/entities/share/xml/authors.ent
==============================================================================
--- projects/entities/share/xml/authors.ent Fri Jul 5 18:49:37 2013 (r42162)
+++ projects/entities/share/xml/authors.ent Fri Jul 5 19:12:32 2013 (r42163)
@@ -64,7 +64,7 @@
<!ENTITY a.akiyama.email "&a.akiyama; <email xmlns='http://www.w3.org/1999/xhtml'>akiyama at FreeBSD.org</email>">
<!ENTITY a.alane "Alan Eldridge">
-<!ENTITY a.alane.email "&a.alane; <email role='nolink'>alane at FreeBSD.org</email>">
+<!ENTITY a.alane.email "&a.alane; <email xmlns='http://www.w3.org/1999/xhtml' role='nolink'>alane at FreeBSD.org</email>">
<!ENTITY a.alc "Alan L. Cox">
<!ENTITY a.alc.email "&a.alc; <email xmlns='http://www.w3.org/1999/xhtml'>alc at FreeBSD.org</email>">
@@ -346,7 +346,7 @@
<!ENTITY a.ceri.email "&a.ceri; <email xmlns='http://www.w3.org/1999/xhtml'>ceri at FreeBSD.org</email>">
<!ENTITY a.cg "Cameron Grant">
-<!ENTITY a.cg.email "&a.cg; <email role='nolink'>cg at FreeBSD.org</email>">
+<!ENTITY a.cg.email "&a.cg; <email xmlns='http://www.w3.org/1999/xhtml' role='nolink'>cg at FreeBSD.org</email>">
<!ENTITY a.charnier "Philippe Charnier">
<!ENTITY a.charnier.email "&a.charnier; <email xmlns='http://www.w3.org/1999/xhtml'>charnier at FreeBSD.org</email>">
@@ -871,7 +871,7 @@
<!ENTITY a.itetcu.email "&a.itetcu; <email xmlns='http://www.w3.org/1999/xhtml'>itetcu at FreeBSD.org</email>">
<!ENTITY a.itojun "Jun-ichiro Itoh">
-<!ENTITY a.itojun.email "&a.itojun; <email role='nolink'>itojun at FreeBSD.org</email>">
+<!ENTITY a.itojun.email "&a.itojun; <email xmlns='http://www.w3.org/1999/xhtml' role='nolink'>itojun at FreeBSD.org</email>">
<!ENTITY a.ivoras "Ivan Voras">
<!ENTITY a.ivoras.email "&a.ivoras; <email xmlns='http://www.w3.org/1999/xhtml'>ivoras at FreeBSD.org</email>">
@@ -904,7 +904,7 @@
<!ENTITY a.jayanth.email "&a.jayanth; <email xmlns='http://www.w3.org/1999/xhtml'>jayanth at FreeBSD.org</email>">
<!ENTITY a.jb "John Birrell">
-<!ENTITY a.jb.email "&a.jb; <email role='nolink'>jb at FreeBSD.org</email>">
+<!ENTITY a.jb.email "&a.jb; <email xmlns='http://www.w3.org/1999/xhtml' role='nolink'>jb at FreeBSD.org</email>">
<!ENTITY a.jcamou "Jesus R. Camou">
<!ENTITY a.jcamou.email "&a.jcamou; <email xmlns='http://www.w3.org/1999/xhtml'>jcamou at FreeBSD.org</email>">
@@ -1033,7 +1033,7 @@
<!ENTITY a.jmg.email "&a.jmg; <email xmlns='http://www.w3.org/1999/xhtml'>jmg at FreeBSD.org</email>">
<!ENTITY a.jmz "Jean-Marc Zucconi">
-<!ENTITY a.jmz.email "&a.jmz; <email role='nolink'>jmz at FreeBSD.org</email>">
+<!ENTITY a.jmz.email "&a.jmz; <email xmlns='http://www.w3.org/1999/xhtml' role='nolink'>jmz at FreeBSD.org</email>">
<!ENTITY a.joe "Josef Karthauser">
<!ENTITY a.joe.email "&a.joe; <email xmlns='http://www.w3.org/1999/xhtml'>joe at FreeBSD.org</email>">
More information about the svn-doc-projects
mailing list