mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 22:28:22 +01:00
oups
This commit is contained in:
parent
785cf75d60
commit
42f6ee09e5
@ -166,7 +166,7 @@ $formats = Format::searchInformation();
|
||||
foreach($anUse as $argName => $argDescription)
|
||||
{
|
||||
$idArg = 'arg-' . $bridgeReference . '-' . $anUseNum . '-' . $argName;
|
||||
echo '<input id="', $idArg, '" type="text" value="" placeholder="', $argDescription, '" name="', $argName, '" />'
|
||||
echo '<input id="', $idArg, '" type="text" value="" placeholder="', $argDescription, '" name="', $argName, '" />';
|
||||
}
|
||||
|
||||
foreach( $formats as $name => $infos )
|
||||
|
Loading…
x
Reference in New Issue
Block a user