diff --git a/apps/About/index.html b/apps/About/index.html
index 2bb025b..4bbe439 100644
--- a/apps/About/index.html
+++ b/apps/About/index.html
@@ -1,15 +1,20 @@
 <html>
+  <head>
   <title>About DremJS</title>
+  </head>
   <body>
     <embed src="ambient.wav" width="0" height="0" loop="true" autostart="true" hidden="true">
     <h1>About DremJS<h1>
-    <h2>Version: 0.0.7-1a</h2>
+    <h2>Version: 0.0.7-2a</h2>
     <p>Note: If something isn't right with your desktop, try reloading the frame! If that doesn't work, clear your browsers cache!</p>
     <p>Another Note: When loading an app or clicking the Start button, flickering is normal. This is just because the IFrame is loading the application.</p>
-    <p>Changelog:<p>
+    <p>Changelog:</p>
+    <p>Version 0.0.7-2a</p>
+    <p>Ironically, fixed a bug in the debug application which caused DremJS to open in a new tab when clicking "Go Back"</p>
     <p>Version 0.0.7-1a</p>
     <p>~Compatibility Update</p>
     <p>Tured some .wav files into mp3 files for consistancy, and for better support for MiniWeb</p>
+    <p>Made the Debug application an application with the purpose of bug reporting</p>
     <p>Version 0.0.7a</p>
     <p>~Compatibility Update</p>
     <p>+Changed iframes to use %'s rather than px. This will make the OS grow or shrink per the device's size. This was mainly added for smaller devices such as phones and tablets.</p>