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