mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-01 10:10:14 +00:00
autofocus #34
This commit is contained in:
parent
f09a861cd1
commit
5409407833
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@
|
|||
value="<?php echo htmlspecialchars($url); ?>"
|
||||
required
|
||||
pattern="https?://.+"
|
||||
title="<?php echo \Inc\Language::getMessage('INVALID_URL')['message']; ?>">
|
||||
title="<?php echo \Inc\Language::getMessage('INVALID_URL')['message']; ?>"
|
||||
autofocus>
|
||||
<span class="paste" id="paste"><span class="icon icon--paste"></span></span>
|
||||
</div>
|
||||
<button type="submit" alt="<?php echo \Inc\Language::get('analyze_button'); ?>">
|
||||
|
|
Loading…
Add table
Reference in a new issue