summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 14:34:04 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 14:34:04 +0100
commitd7c848d97bb30d668a987ebe2348ccd52d72c99f (patch)
tree0085024a9df3554254f33911a815e04a24c279a0 /opml.php
parent1559e3741c7a823cf0eecee25d751e6553c7af76 (diff)
interface tweaks
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>";