Browse Source

Fix Page Formating (#155)

Remove an extra HTML tag that was causing the footer to display improperly.
konradSC 4 years ago
parent
commit
d11cdef7cd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      sessiontalk/index.php

+ 0 - 2
sessiontalk/index.php

@@ -170,8 +170,6 @@
 		echo "<img src=\"data:image/jpeg;base64,".base64_encode($image)."\" style='margin-top: 30px; padding: 5px; background: white; max-width: 100%;'>\n";
 	}
 
-	echo "</div>\n";
-
 //add the footer
 	require_once "resources/footer.php";