@@ -1,10 +1,10 @@ |
||
1 | 1 | <ul class="error-wide"> |
2 | - <?php foreach($_["errors"] as $error):?> |
|
2 | + <?php foreach ($_["errors"] as $error):?> |
|
3 | 3 | <li class='error'> |
4 | 4 | <?php p($error['error']) ?><br> |
5 | - <?php if(isset($error['hint']) && $error['hint']): ?> |
|
5 | + <?php if (isset($error['hint']) && $error['hint']): ?> |
|
6 | 6 | <p class='hint'><?php p($error['hint']) ?></p> |
7 | - <?php endif;?> |
|
7 | + <?php endif; ?> |
|
8 | 8 | </li> |
9 | 9 | <?php endforeach ?> |
10 | 10 | </ul> |