summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 14:09:34 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 14:09:34 +0100
commit945c243e355d8f06779a395bda2f66bb0fd795c2 (patch)
tree340a4bc56045f068b29c71e0b956fb8d4866b8bb /modules/pref-feeds.php
parente4f4b46f9d5d42dc53c4e2c5489da31a8ce10c26 (diff)
more published feeds work
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index b5070c7e9..173244245 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1057,7 +1057,7 @@
$url_path .= "?op=publish&key=" . get_pref($link, "_PREFS_PUBLISH_KEY");
- print "<p><a id=\"pubGenAddress\" target=\"_new\" href=\"$url_path\">$url_path</a></p>";
+ print "<p class=\"small\"><a id=\"pubGenAddress\" target=\"_new\" href=\"$url_path\">$url_path</a></p>";
print "<p><input type=\"submit\" onclick=\"return pubRegenKey()\"
value=\"".__('Generate another address')."\"></p>";