We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8fce6 commit 6912a1dCopy full SHA for 6912a1d
ttl.php
@@ -31,7 +31,7 @@
31
32
<p>
33
<label for="ttl"><abbr title="Time To Live">TTL</abbr>:</label>
34
-<input type="text" name="ttl" id="ttl" size="30" <?php echo isset($_GET['ttl']) ? 'value="'.format_html($_GET['ttl']).'"' : ''?>> <span class="info">(-1 to remove the TTL)</span>
+<input type="number" min="-1" name="ttl" id="ttl" size="30" <?php echo isset($_GET['ttl']) ? 'value="'.format_html($_GET['ttl']).'"' : ''?>> <span class="info">(-1 to remove the TTL)</span>
35
</p>
36
37
<input type="submit" class="button" value="Edit TTL">
0 commit comments