summaryrefslogtreecommitdiff
path: root/includes/Licenses.php
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2009-02-22 13:37:51 +0100
committerPierre Schmitz <pierre@archlinux.de>2009-02-22 13:37:51 +0100
commitb9b85843572bf283f48285001e276ba7e61b63f6 (patch)
tree4c6f4571552ada9ccfb4030481dcf77308f8b254 /includes/Licenses.php
parentd9a20acc4e789cca747ad360d87ee3f3e7aa58c1 (diff)
updated to MediaWiki 1.14.0
Diffstat (limited to 'includes/Licenses.php')
-rw-r--r--includes/Licenses.php2
1 files changed, 1 insertions, 1 deletions
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( /* &nbsp */ "\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 ) {