mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-07 20:44:39 +02:00
[core] Apply some fixes
This commit is contained in:
parent
62eec43980
commit
ab16af631e
10 changed files with 153 additions and 136 deletions
|
@ -73,7 +73,7 @@ CARD;
|
|||
|
||||
$card .= HTMLUtils::getFormHeader($bridgeName);
|
||||
|
||||
foreach($parameter as $id=>$inputEntry){
|
||||
foreach($parameter as $id => $inputEntry){
|
||||
$additionalInfoString = '';
|
||||
|
||||
if(isset($inputEntry['required']) && $inputEntry['required'] === true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue