fix phpdoc comment
[lhc/web/wiklou.git] / includes / SpecialExport.php
index f23493f..368f345 100644 (file)
 # with this program; if not, write to the Free Software Foundation, Inc.,
 # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 # http://www.gnu.org/copyleft/gpl.html
-
-require_once( 'Revision.php' );
-
 /**
  *
  * @package MediaWiki
  * @subpackage SpecialPage
  */
 
+/** */
+require_once( 'Revision.php' );
+
 /**
  *
  */
@@ -208,5 +208,4 @@ function xmlsafe( $string ) {
        wfProfileOut( $fname );
        return $string;
 }
-
-?>
+?>
\ No newline at end of file