Update frontend.template.php (#65)
This commit is contained in:
parent
1fe979b821
commit
3e50b8250c
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ function niceDate($date) {
|
|||
<?php
|
||||
foreach ($config['domains'] as $aDomain) {
|
||||
$selected = $aDomain === $user->domain ? ' selected ' : '';
|
||||
print "<option value='$aDomain' $selected>@$aDomain</option>";
|
||||
print "<option value='$aDomain' $selected>$aDomain</option>";
|
||||
}
|
||||
?>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue