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 {