summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php
index 4bffb15..77ba04d 100755
--- a/admin/index.php
+++ b/admin/index.php
@@ -75,7 +75,7 @@ ob_start();
<form action="subscriptions.php" method="post" id="feedimport">
<fieldset>
<label for="url">Link:</label>
- <input type="text" class="text" name="url" id="url" value="http://" class="text" size="50" />
+ <input type="text" class="text" name="url" id="url" placeholder="http://" class="text" size="50" />
<input type="submit" class="submit add" name="add" value="Add feed" />
</fieldset>
<p class="help">Accepted formats are RSS and ATOM. If the link is not a feed, moonmoon will try to autodiscover the feed.</p>