Skip to content
Snippets Groups Projects
Commit 8ec4de5c authored by Michael's avatar Michael
Browse files

oops: Fix bad HTML entity #2

parent ad9276e9
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -142,7 +142,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
<?php } ?> <?php } ?>
</select> </select>
<select name="rule_h<?php echo $i; ?>"> <select name="rule_h<?php echo $i; ?>">
<option value="0">&mdash; <?php echo __('Select One');?> &dash;</option> <option value="0">&mdash; <?php echo __('Select One');?> &mdash;</option>
<?php <?php
foreach($match_types as $k=>$v){ foreach($match_types as $k=>$v){
$sel=($info["rule_h$i"]==$k)?'selected="selected"':''; $sel=($info["rule_h$i"]==$k)?'selected="selected"':'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment