Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 16:04:23 +0000 (UTC)
From:      Isabell Long <issyl0@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r39675 - head/share/xml
Message-ID:  <201210071604.q97G4NRD028396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: issyl0
Date: Sun Oct  7 16:04:22 2012
New Revision: 39675
URL: http://svn.freebsd.org/changeset/doc/39675

Log:
  The dash between date ranges should be an en dash, not a hyphen.  Change
  the footer copyright dates to reflect this.
  
  Approved by:	gabor (mentor)

Modified:
  head/share/xml/header.ent

Modified: head/share/xml/header.ent
==============================================================================
--- head/share/xml/header.ent	Sun Oct  7 15:46:47 2012	(r39674)
+++ head/share/xml/header.ent	Sun Oct  7 16:04:22 2012	(r39675)
@@ -11,7 +11,7 @@
 <!-- Override in the prolog <em>before</em> including this  -->
 <!-- file if necessary.                                      -->
 <!ENTITY copyright '<span xmlns="http://www.w3.org/1999/xhtml"><a href="&base;/search/index-site.html">Site Map</a> |
-  <a href="&base;/copyright/">Legal Notices</a> | &copy; 1995-2012 The FreeBSD Project.
+  <a href="&base;/copyright/">Legal Notices</a> | &copy; 1995&ndash;2012 The FreeBSD Project.
   All rights reserved.</span>'>
 <!ENTITY email 'freebsd-questions'>
 <!ENTITY author '<a href="&base;/index.html">home</a> &nbsp; | &nbsp; <a href="&base;/mailto.html">contact</a> &nbsp; | &nbsp; <a href="&base;/copyright/index.html">legal</a> &nbsp; | &nbsp; &copyright;'>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071604.q97G4NRD028396>