Browse Source

Fixes #1342

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
58c02b49de
  1. 2
      apps/advanced/common/mails/layouts/html.php

2
apps/advanced/common/mails/layouts/html.php

@ -17,7 +17,7 @@ use yii\mail\BaseMessage;
</head>
<body>
<?php $this->beginBody() ?>
<?= $message ?>
<?= $content ?>
<?php $this->endBody() ?>
</body>
</html>

Loading…
Cancel
Save