Correct indentation

This commit is contained in:
Flat 2016-07-02 20:39:25 +09:00
commit c57e10156e
21 changed files with 515 additions and 515 deletions

View file

@ -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">&darr;</span><?=__('Move down through elements list')?></li>
</ul>
</div>
</body>
</body>
</html>