mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:35:55 +00:00
remove dialogNotice; tweak dialog appearance a bit
This commit is contained in:
@@ -46,7 +46,7 @@ class Share extends Plugin {
|
||||
AND owner_uid = " . $_SESSION['uid']);
|
||||
}
|
||||
|
||||
print __("You can share this article by the following unique URL:");
|
||||
print "<h2>". __("You can share this article by the following unique URL:") . "</h2>";
|
||||
|
||||
$url_path = get_self_url_prefix();
|
||||
$url_path .= "/public.php?op=share&key=$uuid";
|
||||
|
||||
Reference in New Issue
Block a user