]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
interface tweaks
[tt-rss.git] / opml.php
index 9341c61d4d2ab43faaeabef2a4275a0764ec8360..5b0d7fe6279c7e50e9f97f750795b524a1b10ec7 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -1,6 +1,5 @@
 <?php
        require_once "sessions.php";
-
        require_once "sanity_check.php";
        require_once "functions.php";
        require_once "config.php";
                        print "<div class=\"error\">"._("Error: please upload OPML file.")."</div>";
                }
 
-               print "<p><a class=\"button\" href=\"prefs.php\">
-                       "._("Return to preferences")."</a>";
+               print "<br><form method=\"GET\" action=\"prefs.php\">
+                       <input type=\"submit\" value=\"Return to preferences\">
+                       </form>";
 
                print "</div></body></html>";