forked from blallo/rss-bridge
oups
This commit is contained in:
parent
785cf75d60
commit
42f6ee09e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue