Support #tag properly, allow <references></references>

This commit is contained in:
Tim Starling 2008-04-10 09:37:17 +00:00
parent 485b255656
commit 876ebf56e5

View file

@ -351,7 +351,7 @@ function wfCite() {
$this->mParser = $parser;
if ( $str !== null )
if ( strval( $str ) !== '' )
return $this->error( 'cite_error_references_invalid_input' );