We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f8b2c6 commit 71fe68aCopy full SHA for 71fe68a
app/Domain/Setting/Templates/editCompanySettings.tpl.php
@@ -216,7 +216,7 @@ class="fa fa-cog"></span><?php echo $tpl->__('subtitles.defaults'); ?>
216
<li><a href="<?= BASE_URL?>/api/delAPIKey/<?= $apiKey['id'] ?>" class="delete"><i class="fa fa-trash"></i> Delete Key</a></li>
217
</ul>
218
</div>
219
- <a href="#/api/apiKey/<?= $apiKey['id'] ?>"><strong><?= $apiKey['firstname'] ?></strong></a><br />
+ <a href="#/api/apiKey/<?= $apiKey['id'] ?>"><strong><?= $tpl->escape($apiKey['firstname']) ?></strong></a><br />
220
lt_<?= $apiKey['username'] ?>***
221
| <?= $tpl->__('labels.created_on')?>: <?= format($apiKey['createdOn'])->date() ?> | <?= $tpl->__('labels.last_used')?>: <?= format($apiKey['lastlogin'])->date() ?>
222
0 commit comments