Fixed display bug.

This commit is contained in:
2023-08-15 12:53:01 -05:00
parent 26bb29f9e1
commit 37afc98896

View File

@ -264,7 +264,7 @@ while ($row = $subtype->fetchArray()) {
<div class="col-md-6"> <!-- BEGIN CITATIONS -->
<a name="citations"></a>
<h3 class="fw-bolder"><u>Bibliographic Citations</u></h3><br />
<p><em>Note: You may need to slightly edit citations for final use. Citations are based upon available data. Refer to your format guides for proper bibliographic citations.</p>
<p class = "small"><em>Note: You may need to slightly edit citations for final use. Citations are based upon available data. Refer to your format guides for proper bibliographic citations.</em></p>
<!-- BEGIN CHICAGO CITATION -->
<p class="metadata"><strong>Chicago</strong></p>
@ -472,7 +472,7 @@ while ($row = $subtype->fetchArray()) {
</section>
<!-- Footer-->
<footer class="py-5 bg-dark">
<div class="container"><p class="m-0 text-center text-white">Copyright &copy; Your Website 2023</p></div>
<div class="container"><p class="m-0 text-center text-white">Copyright - Creative Commons By-NC-SA - Infopump</p></div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>