Index: trunk/extensions/MetavidWiki/includes/specials/MV_SpecialExport.php |
— | — | @@ -610,7 +610,7 @@ |
611 | 611 | <description> |
612 | 612 | <?php echo $this->getDescription()?> |
613 | 613 | </description> |
614 | | - <? |
| 614 | + <?php |
615 | 615 | } |
616 | 616 | function outPutItem( $wikiTitle, $desc_html = '' ) { |
617 | 617 | global $wgOut, $wgUser; |
— | — | @@ -746,7 +746,7 @@ |
747 | 747 | ?> |
748 | 748 | </channel> |
749 | 749 | </rss> |
750 | | - <? |
| 750 | + <?php |
751 | 751 | } |
752 | 752 | } |
753 | 753 | ?> |