From 63601400e476c6cf43d985f3e7b9864681695ed4 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 18 Jan 2013 16:46:04 +0100 Subject: Update to MediaWiki 1.20.2 this update includes: * adjusted Arch Linux skin * updated FluxBBAuthPlugin * patch for https://bugzilla.wikimedia.org/show_bug.cgi?id=44024 --- extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js') diff --git a/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js b/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js index 9857b9e8..bd00325f 100644 --- a/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js +++ b/extensions/WikiEditor/modules/jquery.wikiEditor.templateEditor.js @@ -416,7 +416,7 @@ fn: { } ) .appendTo( $paramRow ); $paramRow - .append( '
' ) + .append( '
' ) .appendTo( $fields ); } } @@ -566,7 +566,7 @@ fn: { ranges[params[rangeIndex].valueIndex].newVal = value; } return retVal; - }; + } /* Public Functions */ -- cgit v1.2.3-54-g00ecf