Pass HTML validation

main
Andrew Dinh 2 years ago
parent 3fe00bfd96
commit 6defa2c93b
Signed by: andrewkdinh
GPG Key ID: 2B557D93C6C08B86

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -23,7 +23,7 @@
<textarea class="formcache" required id="message" name="message" placeholder="Message"></textarea>
<div style="padding: 5px 0">
<img src="data:image/png;base64, {{ captcha_png }}" />
<img src="data:image/png;base64,{{ captcha_png }}" alt="CAPTCHA image"/>
</div>
<input required type="text" name="captcha-solution" placeholder="CAPTCHA Solution">
<input type="hidden" name="captcha-id" value="{{ captcha_id }}">

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

Loading…
Cancel
Save