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