mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Remove an unexpected character from the settings backend page.
This commit is contained in:
parent
6f1604d452
commit
c997a48c62
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@
|
|||
<input id="username" class="form-control required">
|
||||
</div>
|
||||
|
||||
<div class="form-group">∏
|
||||
<div class="form-group">
|
||||
<label for="password"><?= lang('password') ?></label>
|
||||
<input type="password" id="password" class="form-control" autocomplete="new-password">
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue