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 @@ -370,13 +370,12 @@ protected function output() {
370370 }
371371 $ txt .= forward_dropdown ($ this , $ reply_args );
372372 }
373-
374373 if (isset ($ headers ['Flags ' ]) && mb_stristr ($ headers ['Flags ' ], 'flagged ' )) {
375- $ txt .= '<a class="flagged_link hlink text-decoration-none" id="flag_msg " data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
374+ $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none hide " data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
376375 $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none" data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
377376 } else {
378- $ txt .= '<a id="flag_msg" class="unflagged_link hlink text-decoration-none" data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
379- $ txt .= '<a class="flagged_link hlink text-decoration-none" id="unflag_msg " data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
377+ $ txt .= '<a id="flag_msg" class="flagged_link hlink text-decoration-none" data-state="unflagged" href="#"> ' .$ this ->trans ('Flag ' ).'</a> ' ;
378+ $ txt .= '<a id="unflag_msg" class="unflagged_link hlink text-decoration-none hide " data-state="flagged" href="#"> ' .$ this ->trans ('Unflag ' ).'</a> ' ;
380379 }
381380
382381 $ 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