mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-30 22:59:46 +02: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) {
|
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…
Add table
Add a link
Reference in a new issue