summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index b333a12..b07306e 100755
--- a/index.php
+++ b/index.php
@@ -7,7 +7,7 @@
<body>
<p>Paste Stuff Here!</p>
<form name="submit_paste" action="submit.php" method="post">
- <textarea cols="100" rows="30" name="paste"></textarea><br />
+ <textarea cols="100" rows="30" name="paste" autofocus></textarea><br />
<input type="submit" value="Submit" />
</form>
</body>