Merge pull request #2964 from ohrensessel/correct-quotes

Fix usage of single quotes, double quotes needed
This commit is contained in:
Neil Lathwood
2016-02-09 20:10:51 +00:00

View File

@@ -194,11 +194,11 @@ echo " </select>
<div class='col-sm-4'>
<select id='cryptoalgo' name='cryptoalgo' class='form-control'>
<option value='AES'>AES</option>
<option value='DES' ".($device['cryptoalgo'] === 'DES' ? 'selected' : '').'>DES</option>
<option value='DES' ".($device['cryptoalgo'] === 'DES' ? 'selected' : '').">DES</option>
</select>
</div>
</div>
</div>';
</div>";
if ($config['distributed_poller'] === true) {
echo '