mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 22:04:00 -07:00
Correct indentation
This commit is contained in:
parent
d1b1f97ff4
commit
c57e10156e
21 changed files with 515 additions and 515 deletions
|
@ -17,7 +17,7 @@
|
|||
?>
|
||||
|
||||
<?php
|
||||
if (!empty($_SESSION['error_msg'])):
|
||||
if (!empty($_SESSION['error_msg'])):
|
||||
?>
|
||||
<div>
|
||||
<div id="dialog-message" title="">
|
||||
|
@ -43,7 +43,7 @@
|
|||
</div>
|
||||
<?php
|
||||
unset($_SESSION['error_msg']);
|
||||
endif;
|
||||
endif;
|
||||
?>
|
||||
|
||||
<div title="Confirmation" class="confirmation-text-redirect hidden">
|
||||
|
@ -80,5 +80,5 @@
|
|||
<li><span class="key bigger">↓</span><?=__('Move down through elements list')?></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue