Code style fixes ('<?php Lang::out(' -> '<?= Lang::get(').
This commit is contained in:
parent
2a3adf25af
commit
8a29f5aefe
24 changed files with 123 additions and 125 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue