From 335147e572c8557751c0a035647a7ad729b43674 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 Feb 2019 10:48:56 +0300 Subject: dialogs: use semantic markup instead of dlgsec stuff continue unifying quoting style for html strings --- plugins/note/init.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'plugins/note/init.php') diff --git a/plugins/note/init.php b/plugins/note/init.php index a0abb7f19..3c2ca0075 100644 --- a/plugins/note/init.php +++ b/plugins/note/init.php @@ -42,21 +42,18 @@ class Note extends Plugin { print_hidden("method", "setNote"); print_hidden("plugin", "note"); - print "
"; - print ""; - print "
"; } - print "
"; + print "
"; + print ""; } @@ -78,4 +75,4 @@ class Note extends Plugin { return 2; } -} \ No newline at end of file +} -- cgit v1.2.3