Fix the 'Upcoming releases' list in the navigation bar.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-07-13 00:07:44 +00:00
parent ceccdcc14e
commit 9559738ab6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45263
2 changed files with 4 additions and 2 deletions

View file

@ -75,14 +75,14 @@
</ul>
</div> <!-- SIDENAV -->'>
<![ %beta.testing; [
<![ %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>
'>
]]>
<!ENTITY beta.listitem ''>
<![ %beta2.testing; [
<![ %beta2.upcoming; [
<!ENTITY beta2.listitem '
<li xmlns="http://www.w3.org/1999/xhtml">Upcoming Release:<br /><a href="&u.betarel2.schedule;">&betarel2.current;</a></li>
'>

View file

@ -35,6 +35,7 @@
<!-- Set to 'INCLUDE' when the schedule is available. -->
<!ENTITY beta.upcoming "INCLUDE">
<!ENTITY % beta.upcoming "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta.testing "INCLUDE">
@ -48,6 +49,7 @@
<!-- Set to 'INCLUDE' when the schedule is available. -->
<!ENTITY beta2.upcoming "INCLUDE">
<!ENTITY % beta2.upcoming "INCLUDE">
<!-- Set to 'INCLUDE' when the installation images are available. -->
<!ENTITY beta2.testing "INCLUDE">