From 9e64282e74b0ad887048431d038021628b718c94 Mon Sep 17 00:00:00 2001
From: Innovation Inc <connorrox60@gmail.com>
Date: Sun, 21 Apr 2019 19:38:10 -0500
Subject: [PATCH] Update taskbar.html

---
 taskbar.html | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/taskbar.html b/taskbar.html
index 22ee692..e13d7a4 100644
--- a/taskbar.html
+++ b/taskbar.html
@@ -46,10 +46,9 @@ function checkTime(i) {
   </style>
 	
   <body style="background-color:black;" onload="startTime();">
-	  <span class="nowrap">
-		<a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a><p>|</p>
-		<a target="app" href="apps/About/index.html"><img src="apps/About/about.png"></a><p>|</p>
-	  </span>
+
+	<a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a>&nbsp;<p>|</p>
+	<a target="app" href="apps/About/index.html"><img src="apps/About/about.png">&nbsp;</p>|</p>
 	  <br />
 	  <div class="cwhite" style="text-align:left" id="txt"></div>
 	</body>