diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:09:32 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 15:09:32 +0100 |
commit | e722fde6e3ab4145e7d48bfc8b78627dd424833f (patch) | |
tree | 542bbc648c2312b011785067bcfcd75741663f0a /tpl/default/addlink.html | |
parent | 4df7ef0b3d703ac3380404749e9c0bc801c3e0b8 (diff) | |
download | Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.tar.gz Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.tar.zst Shaarli-e722fde6e3ab4145e7d48bfc8b78627dd424833f.zip |
W3C Compliance
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r-- | tpl/default/addlink.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html index c70e06c7..e4208008 100644 --- a/tpl/default/addlink.html +++ b/tpl/default/addlink.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
10 | <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> | 10 | <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> |
11 | <h2 class="window-title">{"Shaare a new link"|t}</h2> | 11 | <h2 class="window-title">{"Shaare a new link"|t}</h2> |
12 | <form method="GET" action="" name="addform" class="addform page-form page-form-light autofocus"> | 12 | <form method="GET" action="#" name="addform" class="addform page-form page-form-light autofocus"> |
13 | <div> | 13 | <div> |
14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> | 14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> |
15 | </div> | 15 | </div> |