fix html according to https://validator.w3.org/
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{define "header_additions"}}
|
||||
<script type="text/javascript" src="https://js.stripe.com/v3/"></script>
|
||||
<script src="https://js.stripe.com/v3/"></script>
|
||||
{{end}}
|
||||
{{define "body_content"}}
|
||||
<p class="title is-4">Checkout</p>
|
||||
@@ -15,5 +15,5 @@
|
||||
|
||||
<button id="submit">Pay</button>
|
||||
|
||||
<script type="text/javascript" src="static/js/checkout.js"></script>
|
||||
<script src="static/js/checkout.js"></script>
|
||||
{{end}}
|
||||
|
||||
Reference in New Issue
Block a user