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/index | |
| parent | 7ae4e9f159c9f0678d767dd29baa6cec8f0b04d8 (diff) | |
Trim whitespace (#2544)
Diffstat (limited to 'app/views/index')
| -rw-r--r-- | app/views/index/tos.phtml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app/views/index/tos.phtml b/app/views/index/tos.phtml index 79c597244..1b3498134 100644 --- a/app/views/index/tos.phtml +++ b/app/views/index/tos.phtml @@ -1,13 +1,13 @@ <div class="post content"> - <?php if ($this->can_register) { ?> - <a href="<?php echo _url('auth', 'register'); ?>"> - <?php echo _t('gen.action.back'); ?> - </a> - <?php } else { ?> - <a href="<?php echo _url('index', 'index'); ?>"> - <?php echo _t('gen.action.back'); ?> - </a> - <?php } ?> + <?php if ($this->can_register) { ?> + <a href="<?php echo _url('auth', 'register'); ?>"> + <?php echo _t('gen.action.back'); ?> + </a> + <?php } else { ?> + <a href="<?php echo _url('index', 'index'); ?>"> + <?php echo _t('gen.action.back'); ?> + </a> + <?php } ?> - <?php echo $this->terms_of_service; ?> + <?php echo $this->terms_of_service; ?> </div> |
