From 87d02d86e730d39878a27e5b48d1d0ea9c86784b Mon Sep 17 00:00:00 2001 From: Jimako Date: Fri, 11 Jan 2019 11:12:10 +0100 Subject: [PATCH] partfix #3607 forum dropdown fix --- e107_plugins/forum/forum_viewforum.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_plugins/forum/forum_viewforum.php b/e107_plugins/forum/forum_viewforum.php index 5e5dc75ca..620948413 100644 --- a/e107_plugins/forum/forum_viewforum.php +++ b/e107_plugins/forum/forum_viewforum.php @@ -1011,11 +1011,11 @@ function fadminoptions($thread_info) - $text .= "
  • ".LAN_DELETE." ".$tp->toGlyph('trash')."
  • "; - $text .= "
  • ".$lan[$stickUnstick]." ".$icon[$stickUnstick]."
  • "; - $text .= "
  • ".$lan[$lockUnlock]." ".$icon[$lockUnlock]."
  • "; + $text .= "
  • ".LAN_DELETE." ".$tp->toGlyph('trash')."
  • "; + $text .= "
  • ".$lan[$stickUnstick]." ".$icon[$stickUnstick]."
  • "; + $text .= "
  • ".$lan[$lockUnlock]." ".$icon[$lockUnlock]."
  • "; - $text .= "
  • ".LAN_FORUM_2042." ".$tp->toGlyph('move')."
  • "; + $text .= "
  • ".LAN_FORUM_2042." ".$tp->toGlyph('move')."
  • "; if(e_DEVELOPER) {