summaryrefslogtreecommitdiff
path: root/src/web/_views/template/modal.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_views/template/modal.php')
-rw-r--r--src/web/_views/template/modal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/template/modal.php b/src/web/_views/template/modal.php
index e3ce6fe..2a041a7 100644
--- a/src/web/_views/template/modal.php
+++ b/src/web/_views/template/modal.php
@@ -3,10 +3,10 @@
<div class="modal-container">
<div class="modal">
<div class="modal-header row">
- <?=$title?>
+ <span class="modal-title"><?=$title?></span>
<?=ilang(
'action_modal_close',
- class: 'float-right btn btn-action modal-close',
+ class: 'btn btn-action modal-close',
)?>
</div>
<?php $this->view('modal/' . $content) ?>