svn commit: r45806 - head/share/xml

Gavin Atkinson gavin at FreeBSD.org
Sun Oct 12 22:09:19 UTC 2014


Author: gavin
Date: Sun Oct 12 22:09:18 2014
New Revision: 45806
URL: https://svnweb.freebsd.org/changeset/doc/45806

Log:
  Move "Snapshot release" to the same hierarchy level as "Release information"
  as it makes more sense there.
  
  Noticed by:	bjk (over IRC, many months ago)

Modified:
  head/share/xml/navibar.ent

Modified: head/share/xml/navibar.ent
==============================================================================
--- head/share/xml/navibar.ent	Sun Oct 12 21:52:47 2014	(r45805)
+++ head/share/xml/navibar.ent	Sun Oct 12 22:09:18 2014	(r45806)
@@ -102,10 +102,14 @@
 	  <a href="&u.rel2.announce;">&rel2.current;</a></li>
 	<li>Production Release: <br />
 	  <a href="&u.rel3.announce;">&rel3.current;</a></li>
-	<li><a href="&base;/snapshots/">Snapshot Releases</a></li>
+      </ul>
+    </li>
+    <li><a href="&base;/snapshots/">Snapshot Releases</a>
+      <ul>
 	&beta.listitem;
 	&beta2.listitem;
-      </ul></li>
+      </ul>
+    </li>
     <li><a href="&base;/ports/">Ported Applications</a></li>
   </ul>
 </div> <!-- SIDENAV -->'>


More information about the svn-doc-head mailing list