mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
Proposition : Open new feeds in a new tab #1389
This commit is contained in:
parent
296ff9c63a
commit
6a72432f76
@ -113,7 +113,7 @@ This bridge is not fetching its content through a secure connection</div>';
|
|||||||
}
|
}
|
||||||
|
|
||||||
if($isActive) {
|
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 {
|
} else {
|
||||||
$form .= '<span style="font-weight: bold;">Inactive</span>';
|
$form .= '<span style="font-weight: bold;">Inactive</span>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user