Proposition : Open new feeds in a new tab #1389

This commit is contained in:
Antoine Turmel 2022-03-24 20:37:34 +01:00 committed by Dag
parent 296ff9c63a
commit 6a72432f76
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ This bridge is not fetching its content through a secure connection</div>';
}
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>';
}