[web-doc] master: add missing </section> tag for end of mainscreen

[email protected] (Peter Cowburn) Mon, 17 May 2021 18:19:36 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Author: Peter Cowburn (salathe)
Date: 2021-05-17T19:19:44+01:00

Commit: https://github.com/php/web-doc/commit/e3fabf471158dea39b817bdcb567db0e8e8f02e5
Raw diff: https://github.com/php/web-doc/commit/e3fabf471158dea39b817bdcb567db0e8e8f02e5.diff

add missing </section> tag for end of mainscreen

Changed paths:
  M  include/lib_general.inc.php


Diff:

diff --git a/include/lib_general.inc.php b/include/lib_general.inc.php
index 9ab2599..b9ac212 100644
--- a/include/lib_general.inc.php
+++ b/include/lib_general.inc.php
@@ -46,6 +46,7 @@ function site_header()
 
 function site_footer($SECONDSCREEN = false)
 {
+    echo '</section>';
     require __DIR__ . '/../shared/templates/footer.inc';
 }