1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 08:51:29 +00:00

feed update error dialog: fix button

This commit is contained in:
Andrew Dolgov
2010-01-24 19:28:43 +03:00
parent f3f5494443
commit 81b6e50c7f

View File

@@ -575,9 +575,8 @@
print "<div align='center'>";
print "<input class=\"button\"
type=\"submit\" onclick=\"return closeInfoBox()\"
value=\"".__('Close')."\">";
print "<button onclick=\"return closeInfoBox()\">".
__('Close this window')."</button>";
print "</div>";