fix html typo

This commit is contained in:
David Hayes 2017-02-06 19:06:00 -06:00
parent 2010418d73
commit bb8b51a279

View file

@ -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>