Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ASM
dkim-validator
Commits
4e7a9cd9
Commit
4e7a9cd9
authored
Feb 20, 2018
by
Jørn Åne de Jong
Browse files
Disable spellcheck
parent
fdddd7bc
Pipeline
#6244
passed with stages
in 1 minute and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
www/index.php
View file @
4e7a9cd9
...
...
@@ -133,6 +133,6 @@ nav a {
</footer>
<?php
endif
;
?>
<main><textarea
required
autofocus
name=
"mail"
>
<?=
htmlspecialchars
(
$msgContent
)
?>
</textarea></main>
<main><textarea
required
autofocus
name=
"mail"
autocomplete=
"off"
autocorrect=
"off"
autocapitalize=
"off"
spellcheck=
"false"
>
<?=
htmlspecialchars
(
$msgContent
)
?>
</textarea></main>
</form>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment