Skip to content

Commit 00d48d8

Browse files
committed
style
1 parent b6a1491 commit 00d48d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webroot/panel/new_account.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
<h1>Request Account</h1>
6666
<hr>
6767

68-
<?php if (count($pending_requests) > 0): ?>
68+
<?php if (count($pending_requests) > 0) : ?>
6969
<p>You have pending account activation requests:</p>
70-
<?php foreach ($pending_requests as $request): ?>
70+
<?php foreach ($pending_requests as $request) : ?>
7171
<ul>
7272
<li>
7373
<?php
@@ -101,7 +101,7 @@
101101
<input name="cancel" style='margin-top: 10px;' type='submit' value='Cancel Request' />
102102
</form>
103103
<?php endforeach; ?>
104-
<?php else: ?>
104+
<?php else : ?>
105105
<form id="newAccountForm" action="" method="POST">
106106
<p>Please verify that the information below is correct before continuing</p>
107107
<div>

0 commit comments

Comments
 (0)