Code style fixes ('<?php print/echo ...' -> '<?= ...').

This commit is contained in:
Dmitry Khomutov 2018-03-09 18:15:38 +07:00
commit 3783a9dea0
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
26 changed files with 154 additions and 136 deletions

View file

@ -28,7 +28,7 @@
</div>
<div class="box-body">
<?php print $form; ?>
<?= $form; ?>
</div>
</div>
</div>
@ -38,7 +38,7 @@
<div class="box">
<div class="box-body">
<p><?php Lang::out('public_key_help'); ?></p>
<textarea style="width: 90%; height: 150px;"><?php print $key ?></textarea>
<textarea style="width: 90%; height: 150px;"><?= $key; ?></textarea>
</div>
</div>
</div>