diff --git a/betterlisting/bot.html b/betterlisting/bot.html
index bffd57ca29d933df8c7e14c0682ad481d2a8e094..4fdcf8a2f40d3f3567c4fe6715065d69d0c88be0 100644
--- a/betterlisting/bot.html
+++ b/betterlisting/bot.html
@@ -3,7 +3,7 @@
 			</div>
 			<div id="footer" class="row">
 				<!-- This footer will change depending on your settings in top.html -->
-				<p class="text-center"><a href=https://www.devcoster.com/betterlisting>BetterListing</a> – <a id="footerURL" href=https://www.devcoster.com/>devCoster</a></p>
+				<p class="text-center"><a href="https://www.devcoster.com/betterlisting">BetterListing</a> – <a id="footerURL" href="https://www.devcoster.com/">devCoster</a></p>
 			</div>
 		</div>
 	</body>
diff --git a/betterlisting/style.css b/betterlisting/style.css
index 4fd5ec039db43f2e95da6dc290513a51750fe4ea..401763fcf85f7e240b0f31439d723b7e378f036b 100644
--- a/betterlisting/style.css
+++ b/betterlisting/style.css
@@ -97,4 +97,4 @@ input.form-control,input.form-control:focus {
     font-size: 14px;
     cursor: pointer;
     color: #AAA;
-}
\ No newline at end of file
+}
diff --git a/betterlisting/top.html b/betterlisting/top.html
index 7308b6da5b6d03eee9bfe7b2186b79bfd8587318..c3ca4ba0a7d873aa234fbb485789cfce542ff76d 100644
--- a/betterlisting/top.html
+++ b/betterlisting/top.html
@@ -1,8 +1,9 @@
+<!DOCTYPE html>
+
 <!-- BetterListing - devCoster.com -->
 <!-- Coster coster@devcoster.com -->
 <!-- Version 1.0a -->
 
-<!DOCTYPE html>
 <html lang="en">
 	<head>
 		<!-- Adjust title in settings below -->
@@ -13,7 +14,7 @@
 		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
 
 		<!-- Fonts -->
-		<link href='https://fonts.googleapis.com/css?family=Oxygen+Mono|Open+Sans' rel='stylesheet' type='text/css'>
+		<link href="https://fonts.googleapis.com/css?family=Oxygen+Mono|Open+Sans" rel="stylesheet" type="text/css">
 
 		<!-- Styles -->
 		<link rel="stylesheet" href="/betterlisting/style.css">
@@ -63,7 +64,7 @@
 
 			// Add back button.
 			$("h1").html(currentDir);
-			
+
 			if (dir.length > 60) {
 				dirTrun = dir.replace(/(.{60})/g, "$1\n")
 			} else {