Skip to content

Commit

Permalink
correção da tag script no layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiscleverson committed Apr 21, 2024
1 parent 89e1ffb commit 6d44573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</main>
{% include 'components/footer.html' %}
</body>
<script type="text/javascript" src="{{ url_for('static', filename='js/btCloseAlert.js') }}"></>
<script type="text/javascript" src="{{ url_for('static', filename='js/btCloseAlert.js') }}"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</html>

0 comments on commit 6d44573

Please sign in to comment.