diff --git a/inc/display.php b/inc/display.php index ddced5c6..63446305 100644 --- a/inc/display.php +++ b/inc/display.php @@ -219,13 +219,14 @@ if($this->mod['type'] >= MOD_BANDELETE) $built .= ' ' . MOD_LINK_BANDELETE . ''; - // Delete file (keep post) + // Stickies if($this->mod['type'] >= MOD_STICKY) if($this->sticky) $built .= ' ' . MOD_LINK_DESTICKY . ''; else $built .= ' ' . MOD_LINK_STICKY . ''; + $built .= ''; } return $built;