mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 22:43:41 +08:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
parent
2325e33e38
commit
ca0c52d60a
|
@ -3,12 +3,12 @@
|
||||||
<p>These problems must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
|
<p>These problems must be resolved before you can continue the installation. If you're having trouble, get help on the <a href="https://flarum.org/docs/install.html" target="_blank">Flarum website</a>.</p>
|
||||||
|
|
||||||
<div class="Problems">
|
<div class="Problems">
|
||||||
<?php foreach ($problems as $problem): ?>
|
<?php foreach ($problems as $problem) { ?>
|
||||||
<div class="Problem">
|
<div class="Problem">
|
||||||
<h3 class="Problem-message"><?php echo $problem['message']; ?></h3>
|
<h3 class="Problem-message"><?php echo $problem['message']; ?></h3>
|
||||||
<?php if (! empty($problem['detail'])): ?>
|
<?php if (! empty($problem['detail'])) { ?>
|
||||||
<p class="Problem-detail"><?php echo $problem['detail']; ?></p>
|
<p class="Problem-detail"><?php echo $problem['detail']; ?></p>
|
||||||
<?php endif; ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach; ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user