Index: trunk/phase3/skins/Vector.php |
— | — | @@ -542,7 +542,7 @@ |
543 | 543 | <h5><?php $this->msg('personaltools') ?></h5> |
544 | 544 | <ul <?php $this->html('userlangattributes') ?>> |
545 | 545 | <?php foreach($this->data['personal_urls'] as $key => $item): ?> |
546 | | - <li <?= $item['attributes'] ?>><a href="<?php echo htmlspecialchars($item['href']) ?>"<?php echo $item['key'] ?><?php if(!empty($item['class'])): ?> class="<?php echo htmlspecialchars($item['class']) ?>"<?php endif; ?>><?php echo htmlspecialchars($item['text']) ?></a></li> |
| 546 | + <li <?php echo $item['attributes'] ?>><a href="<?php echo htmlspecialchars($item['href']) ?>"<?php echo $item['key'] ?><?php if(!empty($item['class'])): ?> class="<?php echo htmlspecialchars($item['class']) ?>"<?php endif; ?>><?php echo htmlspecialchars($item['text']) ?></a></li> |
547 | 547 | <?php endforeach; ?> |
548 | 548 | </ul> |
549 | 549 | </div> |