Fix error on public podcast pages.

This commit is contained in:
Buster Neece 2022-11-16 20:16:45 -06:00
parent dabce8a072
commit 493423c6bf
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ $sections->appendStart('bodyjs');
});
</script>
<?php
$this->end();
$sections->end();
?>
<section id="content" role="main" class="d-flex align-items-stretch" style="height: 100vh;">

View File

@ -30,7 +30,7 @@ $sections->appendStart('bodyjs');
});
</script>
<?php
$this->end();
$sections->end();
?>
<section id="content" role="main" class="d-flex align-items-stretch" style="height: 100vh;">