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 --- classes/article.php | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'classes/article.php') diff --git a/classes/article.php b/classes/article.php index fd693a4fe..028901368 100755 --- a/classes/article.php +++ b/classes/article.php @@ -211,8 +211,6 @@ class Article extends Handler_Protected { function editArticleTags() { - print __("Tags for this article (separated by commas):")."
"; - $param = clean($_REQUEST['param']); $tags = Article::get_article_tags($param); @@ -223,23 +221,22 @@ class Article extends Handler_Protected { print_hidden("op", "article"); print_hidden("method", "setArticleTags"); - print "
"; + print "
" . __("Tags for this article (separated by commas):")."
"; - print " -
"; - - print "
"; - - print "
"; - - print " "; - print "
"; + print ""; + + print ""; } -- cgit v1.2.3-54-g00ecf