Changed <section> to <div>

This commit is contained in:
Kristofers Solo 2023-01-21 21:20:49 +02:00
parent 4bb8f7f2dc
commit 6baf6622ff

View File

@ -193,7 +193,7 @@
visualisations, saving and updating the vehicle situation, therefore the solution proposed by the authors visualisations, saving and updating the vehicle situation, therefore the solution proposed by the authors
ensures complete security of the user's data. ensures complete security of the user's data.
</p> </p>
<section class="footnotes"> <div class="footnotes">
<ol> <ol>
<li id="footnote-1"> <li id="footnote-1">
<p> <p>
@ -356,7 +356,7 @@
</p> </p>
</li> </li>
</ol> </ol>
</section> </div>
</article> </article>
</div> </div>
{% endblock %} {% endblock %}