فهرست منبع

Fix Page Formating (#155)

Remove an extra HTML tag that was causing the footer to display improperly.
konradSC 4 سال پیش
والد
کامیت
d11cdef7cd
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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 "<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
 //add the footer
 	require_once "resources/footer.php";
 	require_once "resources/footer.php";