Skip to content

Commit

Permalink
ダッシュボードの受信メールのメールフォーム表示名についてサニタイズ
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Oct 24, 2024
1 parent 345ad70 commit 0623a4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<ul class="bca-content-info__list">
<li class="bca-content-info__list-item">
<?php foreach($this->Mail->getPublishedMailContents($site->id) as $mailContent): ?>
<?php echo $mailContent->content->title ?>
<?php echo h($mailContent->content->title) ?>
<?php $this->BcBaser->link(
__d('baser_core', '{0} 件', $mailContent->getNumberOfMessages()),
['plugin' => 'BcMail', 'controller' => 'MailMessages', 'action' => 'index', $mailContent->id]
Expand Down

0 comments on commit 0623a4f

Please sign in to comment.