diff options
| author | 2019-10-01 18:12:21 +0200 | |
|---|---|---|
| committer | 2019-10-01 18:12:21 +0200 | |
| commit | 37b52b7361d3ac15273ca19a0b96ef74299e759e (patch) | |
| tree | 23ab272309a6e1ddc23bdd52ef4db130b11c6287 /app/views/user/profile.phtml | |
| parent | 7ae4e9f159c9f0678d767dd29baa6cec8f0b04d8 (diff) | |
Trim whitespace (#2544)
Diffstat (limited to 'app/views/user/profile.phtml')
| -rw-r--r-- | app/views/user/profile.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/user/profile.phtml b/app/views/user/profile.phtml index df43642dd..de717b36e 100644 --- a/app/views/user/profile.phtml +++ b/app/views/user/profile.phtml @@ -1,7 +1,7 @@ <?php - if (!$this->disable_aside) { - $this->partial('aside_configure'); - } + if (!$this->disable_aside) { + $this->partial('aside_configure'); + } ?> <div class="post"> |
