]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/addlink.html
UpdaterTest: ensure PHP 5.3 compatibility
[github/shaarli/Shaarli.git] / tpl / addlink.html
index 853715dca427b99f6023cc0430726c9f57246c8d..da50f45e208029a704e24dd0bf44a31c4a73ddd1 100644 (file)
@@ -6,11 +6,11 @@
        {include="page.header"}
        <div id="headerform">
                <form method="GET" action="" name="addform" class="addform">
-                       <input type="text" name="post" style="width:50%;"> 
+                       <input type="text" name="post" class="linkurl">
                        <input type="submit" value="Add link" class="bigbutton">
                </form>
        </div>
 </div>
 {include="page.footer"}
 </body>
-</html>
\ No newline at end of file
+</html>