mirror of
https://github.com/manualdousuario/marreta.git
synced 2025-09-04 03:30:43 +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); ?>"
|
value="<?php echo htmlspecialchars($url); ?>"
|
||||||
required
|
required
|
||||||
pattern="https?://.+"
|
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>
|
<span class="paste" id="paste"><span class="icon icon--paste"></span></span>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" alt="<?php echo \Inc\Language::get('analyze_button'); ?>">
|
<button type="submit" alt="<?php echo \Inc\Language::get('analyze_button'); ?>">
|
||||||
|
|
Loading…
Add table
Reference in a new issue