Skip to content
Snippets Groups Projects
Commit 6b002879 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1962 from Chefkeks/patch-12


oops: Fix bad HTML entity #2

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 2653238f 8ec4de5c
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
<?php } ?>
</select>
<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
foreach($match_types as $k=>$v){
$sel=($info["rule_h$i"]==$k)?'selected="selected"':'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment