From 3016d2e29d5e94b2c95ab4b1d12ee5b76b0f8b55 Mon Sep 17 00:00:00 2001 From: "Arun S. Sekher" Date: Thu, 25 May 2017 09:27:52 +0400 Subject: [PATCH] Remove stray end anchor tag on the 'Move' link of 'sc_postoptions' which fix associated html validation error. --- e107_plugins/forum/shortcodes/batch/view_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index bd23b9284..8e4a17167 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -772,7 +772,7 @@ if($type == 'thread') { $url = e107::url('forum', 'move', array('thread_id' => $this->postInfo['post_thread'])); - $text .= "
  • " . LAN_FORUM_2042 . " " . $tp->toGlyph('move') . "
  • "; + $text .= "
  • " . LAN_FORUM_2042 . " " . $tp->toGlyph('move') . "
  • "; } elseif(e_DEVELOPER === true) //TODO {