Skip to content

Commit 92341aa

Browse files
committed
CS
1 parent 2751d53 commit 92341aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<label for="cmd"><strong>Command</strong></label>
9191
<div class="form-group">
9292
<input type="text" name="cmd" id="cmd" value="<?= htmlspecialchars($_POST['cmd'], ENT_QUOTES, 'UTF-8') ?>"
93-
onfocus="this.setSelectionRange(this.value.length,this.value.length);" autofocus required>
93+
onfocus="this.setSelectionRange(this.value.length, this.value.length);" autofocus required>
9494
<button type="submit">Execute</button>
9595
</div>
9696
</form>

0 commit comments

Comments
 (0)