summaryrefslogtreecommitdiffstats
path: root/nfsw/templates
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-28 15:48:22 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-28 15:48:22 -0400
commit810a13ae230640d29a0c358d2141ae5f0e593cd9 (patch)
treefff44ca9df2750448c48f3820053277815f770f4 /nfsw/templates
parent620ee5e2ec105a44648d700a9652f82b0d196141 (diff)
nfsw/templates/io.html: Remove placeholder on command input.
Diffstat (limited to 'nfsw/templates')
-rw-r--r--nfsw/templates/io.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfsw/templates/io.html b/nfsw/templates/io.html
index dbfec7e..79f7adf 100644
--- a/nfsw/templates/io.html
+++ b/nfsw/templates/io.html
@@ -9,7 +9,7 @@
<div class="prompt">
<form>
- <input name="cmd" placeholder="Command" value="" />
+ <input name="cmd" value="" />
</form>
</div>
</div>