fix validation problem with missing / for fonts css.
diff --git a/friends.php b/friends.php
index 98c0fd4..dd13cb5 100644
--- a/friends.php
+++ b/friends.php
@@ -57,7 +57,7 @@
 	$html = ob_get_clean();
 	# Generate the web page
 	$App->Promotion = TRUE;
-	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css">');
+	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css"/>');
 	$App->AddExtraHtmlHeader('<link type="text/css" href="/kepler/css/styles.css" rel="stylesheet"/>');	
 	$App->AddExtraHtmlHeader('<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/><![endif]-->');
 	$App->generatePage('Nova', $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html);
diff --git a/highlights.php b/highlights.php
index f30689e..39717f8 100644
--- a/highlights.php
+++ b/highlights.php
@@ -39,7 +39,7 @@
 	$html = ob_get_clean();
 	# Generate the web page
 	$App->Promotion = TRUE;
-	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css">');
+	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css"/>');
 	$App->AddExtraHtmlHeader('<link type="text/css" href="/kepler/css/styles.css" rel="stylesheet"/>');	
 	$App->AddExtraHtmlHeader('<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/><![endif]-->');
 	$App->AddExtraHtmlHeader('<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js"></script>');
diff --git a/index.php b/index.php
index 9fd0cba..307170a 100644
--- a/index.php
+++ b/index.php
@@ -39,7 +39,7 @@
 	$html = ob_get_clean();
 	# Generate the web page
 	$App->Promotion = TRUE;
-	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css">');
+	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css"/>');
 	$App->AddExtraHtmlHeader('<link type="text/css" href="/kepler/css/styles.css" rel="stylesheet"/>');	
 	$App->AddExtraHtmlHeader('<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/><![endif]-->');
 	$App->AddExtraHtmlHeader('<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.js"></script>');
diff --git a/projects.php b/projects.php
index 9ec3138..1228235 100644
--- a/projects.php
+++ b/projects.php
@@ -95,14 +95,14 @@
 			</div>
 		</div>
 		<ul id="page-nav" class="no_bullets page-nav-no-icons">		
-			<li class="page-nav-1" id="page-nav-highlights"><a href="/kepler/" ><sup>&laquo;</sup>Back</a></li>
+			<li class="page-nav-1" id="page-nav-highlights"><a href="/kepler/"><sup>&laquo;</sup>Back</a></li>
 		</ul>
 	</div>
 	<?
 	$html = ob_get_clean();
 	# Generate the web page
 	$App->Promotion = TRUE;
-	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css">');
+	$App->AddExtraHtmlHeader('<link href="http://fonts.googleapis.com/css?family=EB+Garamond" rel="stylesheet" type="text/css"/>');
 	$App->AddExtraHtmlHeader('<link type="text/css" href="/kepler/css/styles.css" rel="stylesheet"/>');	
 	$App->AddExtraHtmlHeader('<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/home/content/ie7_nova.css" media="screen"/><![endif]-->');
 	$App->generatePage('Nova', $Menu, NULL , $pageAuthor, $pageKeywords, $pageTitle, $html);