diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php index d96a57925..02f13ec78 100644 --- a/e107_plugins/forum/forum_viewforum.php +++ b/e107_plugins/forum/forum_viewforum.php @@ -515,7 +515,7 @@ ); - $text .= "
  • " . LAN_DELETE . " " . $tp->toGlyph('trash') . "
  • "; + $text .= "
  • " . LAN_DELETE . " " . $tp->toGlyph('trash') . "
  • "; $text .= "
  • " . $lan[$stickUnstick] . " " . $icon[$stickUnstick] . "
  • "; $text .= "
  • " . $lan[$lockUnlock] . " " . $icon[$lockUnlock] . "
  • "; diff --git a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php index cf0c8d2a3..3b08f5178 100644 --- a/e107_plugins/forum/shortcodes/batch/view_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/view_shortcodes.php @@ -885,7 +885,7 @@ * AND if this post is the last post in the thread */ if($this->thread->threadInfo['thread_active'] && empty($this->postInfo['thread_start']) ) { - $text .= "
  • " . LAN_DELETE . " " . $tp->toGlyph('fa-trash') . "
  • "; + $text .= "
  • " . LAN_DELETE . " " . $tp->toGlyph('fa-trash') . "
  • "; } } @@ -919,7 +919,7 @@ // if(!$this->forum->threadDetermineInitialPost($this->postInfo['post_id'])) if(empty($this->postInfo['thread_start'])) { - $text .= "
  • " . LAN_DELETE . " " . $tp->toGlyph('fa-trash') . "
  • "; + $text .= "
  • " . LAN_DELETE . " " . $tp->toGlyph('fa-trash') . "
  • "; } if($type == 'thread')