Code style fixes ('<?php Lang::out(' -> '<?= Lang::get(').

This commit is contained in:
Dmitry Khomutov 2018-03-17 10:58:23 +07:00
commit 8a29f5aefe
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
24 changed files with 123 additions and 125 deletions

View file

@ -24,7 +24,7 @@
<div class="col-sm-8">
<div class="box ">
<div class="box-header">
<h3 class="box-title"><?php Lang::out('project_details'); ?></h3>
<h3 class="box-title"><?= Lang::get('project_details'); ?></h3>
</div>
<div class="box-body">
@ -37,7 +37,7 @@
<div class="col-sm-4">
<div class="box">
<div class="box-body">
<p><?php Lang::out('public_key_help'); ?></p>
<p><?= Lang::get('public_key_help'); ?></p>
<textarea style="width: 90%; height: 150px;"><?= $key; ?></textarea>
</div>
</div>