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
|
<?php
|
||||||
if (!empty($_SESSION['error_msg'])):
|
if (!empty($_SESSION['error_msg'])):
|
||||||
?>
|
?>
|
||||||
<div>
|
<div>
|
||||||
<div id="dialog-message" title="">
|
<div id="dialog-message" title="">
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
unset($_SESSION['error_msg']);
|
unset($_SESSION['error_msg']);
|
||||||
endif;
|
endif;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div title="Confirmation" class="confirmation-text-redirect hidden">
|
<div title="Confirmation" class="confirmation-text-redirect hidden">
|
||||||
|
@ -80,5 +80,5 @@
|
||||||
<li><span class="key bigger">↓</span><?=__('Move down through elements list')?></li>
|
<li><span class="key bigger">↓</span><?=__('Move down through elements list')?></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue