From 4d9141d7623bc44b6d13aaa2b8b53d63b27819bd Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Feb 2019 14:37:59 +0300 Subject: simplify dlgSec-related markup --- classes/dlg.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index fa2b01156..cd8de206b 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -38,12 +38,16 @@ class Dlg extends Handler_Protected { function pubOPMLUrl() { $url_path = Opml::opml_publish_url(); - print __("Your Public OPML URL is:"); + print "
" . __("Your Public OPML URL is:") . "
"; + + print "
"; print "
"; print "$url_path"; print "
"; + print "
"; + print "
"; print ""; print "
"; } -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf