svn commit: r45816 - head/share/xml

Sergey Kandaurov pluknet at FreeBSD.org
Mon Oct 13 20:14:32 UTC 2014


Author: pluknet
Date: Mon Oct 13 20:14:31 2014
New Revision: 45816
URL: https://svnweb.freebsd.org/changeset/doc/45816

Log:
  Fix sidebar link to "Upcoming Release", from r39534.

Modified:
  head/share/xml/navibar.ent

Modified: head/share/xml/navibar.ent
==============================================================================
--- head/share/xml/navibar.ent	Mon Oct 13 19:12:04 2014	(r45815)
+++ head/share/xml/navibar.ent	Mon Oct 13 20:14:31 2014	(r45816)
@@ -77,7 +77,7 @@
 
 <![ %beta.upcoming; [
 <!ENTITY beta.listitem '
-  <li xmlns="http://www.w3.org/1999/xhtml">Upcoming Release:<br /><a href="&enbase;/&u.betarel.schedule;">&betarel.current;</a></li>
+  <li xmlns="http://www.w3.org/1999/xhtml">Upcoming Release:<br /><a href="&u.betarel.schedule;">&betarel.current;</a></li>
 '>
 ]]>
 <!ENTITY beta.listitem ''>


More information about the svn-doc-all mailing list