Skip to content

Commit

Permalink
Fix indentation inside of php tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jul 10, 2017
1 parent dd1caa4 commit 8ad2ebc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/website/ph2date/auth/change_password.php
@@ -1,5 +1,5 @@
<?php
$this->load->view('header');
$this->load->view('header');
?>
<div class="col-md-4">
<div class="well">
Expand Down Expand Up @@ -44,5 +44,5 @@
</div>
</div>
<?php
$this->load->view('footer');
$this->load->view('footer');
?>
4 changes: 2 additions & 2 deletions templates/website/ph2date/auth/edit_user.php
@@ -1,5 +1,5 @@
<?php
$this->load->view('header');
$this->load->view('header');
?>
<div class="col-md-4">
<div class="well">
Expand Down Expand Up @@ -52,5 +52,5 @@
</div>
</div>
<?php
$this->load->view('footer');
$this->load->view('footer');
?>

0 comments on commit 8ad2ebc

Please sign in to comment.