Fix last commit adding ID's, I didn't want to remove the <p>'s.
[lhc/web/wiklou.git] / redirect.php
index 8c370a3..ad3400e 100644 (file)
@@ -10,4 +10,4 @@ $page = $wgRequest->getVal( 'wpDropdown' );
 $url = str_replace( "$1", urlencode( $page ), $wgArticlePath );
 
 header( "Location: {$url}" );
-?>
+