Skip to content

Commit

Permalink
Proposition : Open new feeds in a new tab #1389
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Turmel authored and dvikan committed Mar 24, 2022
1 parent 296ff9c commit 6a72432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BridgeCard.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private static function getForm($bridgeName,
}

if($isActive) {
$form .= '<button type="submit" name="format" value="Html">Generate feed</button>';
$form .= '<button type="submit" name="format" formtarget="_blank" value="Html">Generate feed</button>';
} else {
$form .= '<span style="font-weight: bold;">Inactive</span>';
}
Expand Down

0 comments on commit 6a72432

Please sign in to comment.