Skip to content
Snippets Groups Projects
Commit 06d3a0f3 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix bad HTML entity

parent 4be5782a
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -78,7 +78,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
</td> </td>
<td> <td>
<select name="target"> <select name="target">
<option value="">&mdash; <?php echo __('Select a Channel');?> &dash;</option> <option value="">&mdash; <?php echo __('Select a Channel');?> &mdash;</option>
<?php <?php
foreach(Filter::getTargets() as $k => $v) { foreach(Filter::getTargets() as $k => $v) {
echo sprintf('<option value="%s" %s>%s</option>', echo sprintf('<option value="%s" %s>%s</option>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment