forked from mirrors/easyappointments
Removed line breaks from about settings page.
This commit is contained in:
parent
c75d264451
commit
b36f3e21a3
1 changed files with 1 additions and 7 deletions
|
@ -426,9 +426,7 @@
|
|||
<?= lang('about_app_info') ?>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="current-version">
|
||||
<div class="current-version well">
|
||||
<?= lang('current_version') ?>
|
||||
<?= $this->config->item('version') ?>
|
||||
<?php if ($this->config->item('release_label')): ?>
|
||||
|
@ -436,8 +434,6 @@
|
|||
<?php endif ?>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<h3><?= lang('support') ?></h3>
|
||||
<p>
|
||||
<?= lang('about_app_support') ?>
|
||||
|
@ -477,8 +473,6 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
<br>
|
||||
|
||||
<h3><?= lang('license') ?></h3>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue