From b9b85843572bf283f48285001e276ba7e61b63f6 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 22 Feb 2009 13:37:51 +0100 Subject: updated to MediaWiki 1.14.0 --- includes/Licenses.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/Licenses.php') diff --git a/includes/Licenses.php b/includes/Licenses.php index e76ac23c..6398c887 100644 --- a/includes/Licenses.php +++ b/includes/Licenses.php @@ -121,7 +121,7 @@ class Licenses { function outputOption( $val, $attribs = null, $depth ) { $val = str_repeat( /*   */ "\xc2\xa0", $depth * 2 ) . $val; - return str_repeat( "\t", $depth ) . wfElement( 'option', $attribs, $val ) . "\n"; + return str_repeat( "\t", $depth ) . Xml::element( 'option', $attribs, $val ) . "\n"; } function msg( $str ) { -- cgit v1.2.3-54-g00ecf