mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Fixed formatting
Used tabs instead of spaces.
This commit is contained in:
parent
26d31f25da
commit
455c9627f4
1 changed files with 2 additions and 2 deletions
|
|
@ -243,7 +243,7 @@ if (isset($_GET['search'])) {
|
|||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<?php if (config('mfa.state') === 'true'): ?>
|
||||
<?php if (config('mfa.state') === 'true'): ?>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo site_url();?>edit/mfa" class="nav-link">
|
||||
<p>
|
||||
|
|
@ -251,7 +251,7 @@ if (isset($_GET['search'])) {
|
|||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<?php endif;?>
|
||||
<?php endif;?>
|
||||
<li class="nav-item">
|
||||
<a href="<?php echo site_url();?>edit/profile" class="nav-link">
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue