[PATCH 1/4] Fix menu bar on changelog-page
Martijn van Beurden
mvanb1 at gmail.com
Fri Nov 28 11:03:22 PST 2014
Some items on the menubar went missing when the changelog was
updated. This fixes that
---
changelog.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/changelog.html b/changelog.html
index d993e5c..2c07ace 100644
--- a/changelog.html
+++ b/changelog.html
@@ -28,10 +28,13 @@
<div class="navbar">
<a href="index.html">home</a> |
<a href="faq.html">faq</a> |
+ <a href="news.html">news</a> |
+ <a href="download.html">download</a> |
<a href="documentation.html">documentation</a> |
- <a href="developers.html">developers</a> |
+ <a href="comparison.html">comparison</a> |
changelog |
- <a href="http://xiph.org/flac">more</a>
+ <a href="links.html">links</a> |
+ <a href="developers.html">developers</a>
</div>
<div class="below_nav"></div>
--
1.9.1
--------------030004070409000902040706
Content-Type: text/x-patch;
name="0003-Update-news-feed.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="0003-Update-news-feed.patch"
More information about the flac-dev
mailing list