File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -372,13 +372,12 @@ protected function output() {
372372 }
373373 $ txt .= forward_dropdown ($ this , $ reply_args );
374374 }
375-
376375 if (isset ($ headers ['Flags ' ]) && mb_stristr ($ headers ['Flags ' ], 'flagged ' )) {
377- $ txt .= '<a class="flagged_link hlink text-decoration-none" id="flag_msg " data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
376+ $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none hide " data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
378377 $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none" data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
379378 } else {
380- $ txt .= '<a id="flag_msg" class="unflagged_link hlink text-decoration-none" data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
381- $ txt .= '<a class="flagged_link hlink text-decoration-none" id="unflag_msg " data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
379+ $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none" data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
380+ $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none hide " data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
382381 }
383382
384383 $ txt .= '<a class="hlink text-decoration-none" id="unread_message" href="#"> ' .$ this ->trans ('Unread ' ).'</a> ' ;
You can’t perform that action at this time.
0 commit comments