1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-20 15:45:26 +00:00

more published feeds work

This commit is contained in:
Andrew Dolgov
2007-08-09 14:09:34 +01:00
parent e4f4b46f9d
commit 945c243e35
5 changed files with 65 additions and 9 deletions

View File

@@ -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>";