Code style fixes ('<?php print/echo ...' -> '<?= ...').
This commit is contained in:
parent
8d9c4824c7
commit
3783a9dea0
26 changed files with 154 additions and 136 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue