revert as per StyleCI: missed one
This commit is contained in:
parent
f135dd2667
commit
6ce0fe55f6
1 changed files with 2 additions and 2 deletions
|
@ -344,9 +344,9 @@ if (!$isCpct):
|
|||
foreach ($FORMATTER as $key => $value):
|
||||
?>
|
||||
<option value="<?php echo $key; ?>"<?php
|
||||
if ($key == $FORMATTERDEFAULT):
|
||||
if ($key == $FORMATTERDEFAULT):
|
||||
?> selected="selected"<?php
|
||||
endif;
|
||||
endif;
|
||||
?>><?php echo $value; ?></option>
|
||||
<?php
|
||||
endforeach;
|
||||
|
|
Loading…
Reference in a new issue