fix parse error on r51094.
authorShinjiman <shinjiman@users.mediawiki.org>
Thu, 28 May 2009 03:16:51 +0000 (03:16 +0000)
committerShinjiman <shinjiman@users.mediawiki.org>
Thu, 28 May 2009 03:16:51 +0000 (03:16 +0000)
skins/Vector.php

index a7188af..9924785 100644 (file)
@@ -721,7 +721,7 @@ class VectorTemplate extends QuickTemplate {
                                <li id="t-recentchangeslinked"><a href="<?php echo htmlspecialchars( $this->data['nav_urls']['recentchangeslinked']['href']) ?>"<?php echo $this->skin->tooltipAndAccesskey( 't-recentchangeslinked') ?>><?php $this->msg( 'recentchangeslinked') ?></a></li>
                                <?php endif; ?>
                        <?php endif; ?>
-                       <? if( isset( $this->data['nav_urls']['trackbacklink'])): ?>
+                       <?php if( isset( $this->data['nav_urls']['trackbacklink'])): ?>
                        <li id="t-trackbacklink"><a href="<?php echo htmlspecialchars( $this->data['nav_urls']['trackbacklink']['href']) ?>"<?php echo $this->skin->tooltipAndAccesskey( 't-trackbacklink') ?>><?php $this->msg( 'trackbacklink') ?></a></li>
                        <?php endif; ?>
                        <?php if( $this->data['feeds']): ?>