summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/opml.php b/opml.php
index ff888d246..5b0d7fe62 100644
--- a/opml.php
+++ b/opml.php
@@ -229,8 +229,9 @@
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>";