mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-07 19:49:14 +00:00
some more button-related fixes; code cleanup
This commit is contained in:
@@ -4834,8 +4834,8 @@
|
||||
} else {
|
||||
print "
|
||||
<div style=\"text-align : center\">
|
||||
<input type=\"submit\" onclick=\"return window.close()\"
|
||||
value=\"".__("Close this window")."\"></div>";
|
||||
<button onclick=\"return window.close()\">".
|
||||
__("Close this window")."</button></div>";
|
||||
print "</body></html>";
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user