From 607ede512fed6c838c18ef04b48aab76ce1aa79a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 16:27:29 +0300 Subject: center previously centered text on single line dialog panels --- classes/dlg.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index ed0d16322..fa2b01156 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -40,7 +40,7 @@ class Dlg extends Handler_Protected { print __("Your Public OPML URL is:"); - print "
"; + print "
"; print "$url_path"; print "
"; @@ -91,7 +91,7 @@ class Dlg extends Handler_Protected { } function printTagCloud() { - print "
"; + print "
"; // from here: http://www.roscripts.com/Create_tag_cloud-71.html @@ -167,7 +167,7 @@ class Dlg extends Handler_Protected { print "
".T_sprintf("%s can be accessed via the following secret URL:", $feed_title)."
"; - print "
"; + print "
"; print "$url_path"; print "
"; -- cgit v1.2.3