Commit 1e0a25aa905b2ff552a42fe11b4e138333426422

Authored by Alex Savenko
1 parent 8cc1e45a

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/views/partial/item_group.php
... ... @@ -69,7 +69,7 @@
69 69  
70 70 <div class="one_item_compare">
71 71 <input type="checkbox" id="items_compare_item_<?= $i['id'] ?>" value="<?= $i['type_id'].'-'.$i['catalog'].'-'.$i['id'] ?>" <?= ( !empty($i['checked']) ? 'checked' : '' ) ?> />
72   - <label for="items_compare_item_<?= $i['id'] ?>"><span></span><?= $t->_("compared_to") ?></label>
  72 + <label for="items_compare_item_<?= $i['id'] ?>"><span></span><?= $t->_("compared_to") ?>!><!</label>
73 73 </div>
74 74  
75 75 </div>
... ...