svn commit: r53223 - head/share/xml

Glen Barber gjb at FreeBSD.org
Thu Jul 4 00:48:27 UTC 2019


Author: gjb
Date: Thu Jul  4 00:48:25 2019
New Revision: 53223
URL: https://svnweb.freebsd.org/changeset/doc/53223

Log:
  Fix a macro expansion, missing a prefixing amperstand.
  
  Reported by:	junovitch
  Sponsored by:	Rubicon Communications, LLC (Netgate)

Modified:
  head/share/xml/release.ent

Modified: head/share/xml/release.ent
==============================================================================
--- head/share/xml/release.ent	Wed Jul  3 18:33:08 2019	(r53222)
+++ head/share/xml/release.ent	Thu Jul  4 00:48:25 2019	(r53223)
@@ -112,7 +112,7 @@
 
 <!ENTITY rel1.current.major '&rel112.current.major;'>
 <!ENTITY rel1.current '&rel112.current;'>
-<!ENTITY rel1.current.date 'rel112.current.date;'>
+<!ENTITY rel1.current.date '&rel112.current.date;'>
 
 <!-- URLs to information on the latest release -->
 <!ENTITY u.rel1.notes '&u.rel112.notes;'>


More information about the svn-doc-all mailing list