Skip to content

Commit ca3b789

Browse files
committed
0.3.2 - Fix d'accents
1 parent e3340d0 commit ca3b789

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

View/Ticket/index.ctp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<p><button id="<?= $value['Ticket']['id'] ?>" title="<?= $Lang->get('REPLY') ?>" class="btn btn-warning btn-sm ticket-reply"><icon class="fa fa-mail-reply" style="font-size: 10px;"></icon></button></p>
4343
<?php } ?>
4444
</div>
45-
<p class="support"><?= before_display($value['Ticket']['content']) ?></p>
45+
<p class="support"><?= $value['Ticket']['content'] ?></p>
4646
</div>
4747
</div>
4848
<div class="reply reply_<?= $value['Ticket']['id'] ?>">
@@ -61,7 +61,7 @@
6161
<p><button id="<?= $v['ReplyTicket']['id'] ?>" title="<?= $Lang->get('GLOBAL__DELETE') ?>" class="btn btn-danger btn-sm reply-delete"><icon class="fa fa-times"></icon></button></p>
6262
</div>
6363
<?php } ?>
64-
<p class="support"><?= before_display($v['ReplyTicket']['reply']); ?></p>
64+
<p class="support"><?= before_display($v['ReplyTicket']['reply']) ?></p>
6565
</div>
6666
</div>
6767
</div>

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"nav":true,
55
"admin":false,
66
"author":"Eywek",
7-
"version":"0.3.1",
7+
"version":"0.3.2",
88
"apiID":2,
99
"useEvents":false,
1010
"permissions" : {

0 commit comments

Comments
 (0)