raster pushed a commit to branch master.

http://git.enlightenment.org/website/www.git/commit/?id=f7694afa4b853e3b34d649a3d349a7395c716013

commit f7694afa4b853e3b34d649a3d349a7395c716013
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Mon Feb 15 12:07:20 2016 +0900

    www - fix nav synatx
---
 public_html/lib/tpl/e/nav.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public_html/lib/tpl/e/nav.html b/public_html/lib/tpl/e/nav.html
index e564bb2..520907c 100644
--- a/public_html/lib/tpl/e/nav.html
+++ b/public_html/lib/tpl/e/nav.html
@@ -3,6 +3,6 @@
 <li><a href="<?= wl('download') ?>">Download</a></li>
 <li><a href="<?= wl('contact') ?>">Contact</a></li>
 <li><a href="<?= wl('docs') ?>">Docs</a></li>
-<li><a href="<?= wl('news') ?">News</a></li>
-<li><a href="<?= wl('blog') ?">Blog</a></li>
+<li><a href="<?= wl('news') ?>">News</a></li>
+<li><a href="<?= wl('blog') ?>">Blog</a></li>
 <li><a href="https://phab.enlightenment.org/";>Devel</a></li>

-- 


Reply via email to