mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
fix html typo
This commit is contained in:
parent
2010418d73
commit
bb8b51a279
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
<label for="select-filter-item">
|
<label for="select-filter-item">
|
||||||
<?php echo $this->lang->line('display_calendar'); ?>
|
<?php echo $this->lang->line('display_calendar'); ?>
|
||||||
</label>
|
</label>
|
||||||
<select id="select-filter-item" class="form-control">
|
<select id="select-filter-item" class="form-control"
|
||||||
title="<?php echo $this->lang->line('select_filter_item_hint'); ?>">
|
title="<?php echo $this->lang->line('select_filter_item_hint'); ?>">
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue