From 08b9b339de43e11d2be96f41d15ec26adae80124 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 23 Dec 2013 07:59:24 +0000 Subject: [PATCH] website: minor cleanups/fixes --- website/index.php | 6 +++--- website/page/home.php | 2 +- website/page/news.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/index.php b/website/index.php index 4ff46e49..82505cd4 100644 --- a/website/index.php +++ b/website/index.php @@ -101,7 +101,7 @@ $pages = Array ( 'news' => ' News', 'faq' => ' FAQ', 'desktop' => ' Desktop', - 'mobile' => ' Mobile', + 'mobile' => ' Mobile', 'test' => ' Test Builds', 'developer' => ' Developers', 'about' => ' About', @@ -119,7 +119,7 @@ foreach ( $pages as $key => $name ) { # before 'desktop', start a sub-list for the download links if ( $key == 'desktop' ) - print "
Downloads
"; + print "
Downloads
"; if ( $key == "home" ) $url = "./"; @@ -130,7 +130,7 @@ foreach ( $pages as $key => $name ) # after 'test', end the above sub-list if ( $key == 'test' ) - print "
"; + print "
"; } ?> diff --git a/website/page/home.php b/website/page/home.php index 6d064d33..0cae3e39 100644 --- a/website/page/home.php +++ b/website/page/home.php @@ -17,6 +17,7 @@ offers many more features. It is available for

Just in time for the holidays, another IITC update. IITC 0.16.1 and IITC Mobile 0.10.1 have just been released. Changes include +

-

Older news diff --git a/website/page/news.php b/website/page/news.php index e54aaba0..661e17bb 100644 --- a/website/page/news.php +++ b/website/page/news.php @@ -4,6 +4,7 @@

Just in time for the holidays, another IITC update. IITC 0.16.1 and IITC Mobile 0.10.1 have just been released. Changes include +

-

6th December 2013