mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
oups
This commit is contained in:
parent
785cf75d60
commit
42f6ee09e5
@ -166,7 +166,7 @@ $formats = Format::searchInformation();
|
|||||||
foreach($anUse as $argName => $argDescription)
|
foreach($anUse as $argName => $argDescription)
|
||||||
{
|
{
|
||||||
$idArg = 'arg-' . $bridgeReference . '-' . $anUseNum . '-' . $argName;
|
$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 )
|
foreach( $formats as $name => $infos )
|
||||||
|
Loading…
Reference in New Issue
Block a user