aboutsummaryrefslogtreecommitdiff
path: root/addlink.html
diff options
context:
space:
mode:
Diffstat (limited to 'addlink.html')
-rw-r--r--addlink.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/addlink.html b/addlink.html
index 2f956e0..b4b4a0e 100644
--- a/addlink.html
+++ b/addlink.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html>
+<html{if="$language !== 'auto'"} lang="{$language}"{/if}>
<head>
{include="includes"}
</head>
@@ -11,7 +11,8 @@
<h2 class="window-title">{"Shaare a new link"|t}</h2>
<form method="GET" action="#" name="addform" class="addform">
<div>
- <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}" class="autofocus">
+ <label for="shaare">{'URL or leave empty to post a note'|t}</label>
+ <input type="text" name="post" id="shaare" class="autofocus">
</div>
<div>
<input type="submit" value="{'Add link'|t}">