mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
Proposition : Open new feeds in a new tab #1389
This commit is contained in:
parent
296ff9c63a
commit
6a72432f76
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue