From: Krinkle Date: Fri, 24 Dec 2010 16:08:42 +0000 (+0000) Subject: Fixing typo from r78944 X-Git-Tag: 1.31.0-rc.0~33106 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=fd7afe8b90f5609df8a73e4806ead7264daefad1;p=lhc%2Fweb%2Fwiklou.git Fixing typo from r78944 --- diff --git a/resources/jquery/jquery.makeCollapsible.css b/resources/jquery/jquery.makeCollapsible.css index 4a26fe7623..27c17d187f 100644 --- a/resources/jquery/jquery.makeCollapsible.css +++ b/resources/jquery/jquery.makeCollapsible.css @@ -15,6 +15,6 @@ li .mw-collapsible-toggle { float:none; } /* the added list item should have no list-style */ -.mw-collapsibile-toggle-li { +.mw-collapsible-toggle-li { list-style:none; } \ No newline at end of file diff --git a/resources/jquery/jquery.makeCollapsible.js b/resources/jquery/jquery.makeCollapsible.js index 984efa2a80..7a08473e2f 100644 --- a/resources/jquery/jquery.makeCollapsible.js +++ b/resources/jquery/jquery.makeCollapsible.js @@ -120,7 +120,7 @@ $.fn.makeCollapsible = function() { if ( $firstItem.attr( 'value' ) == '' ) { $firstItem.attr( 'value', '1' ); } - $that.prepend( $toggleLink.wrap( '
  • ' ).parent() ); + $that.prepend( $toggleLink.wrap( '
  • ' ).parent() ); } else { $toggleLink = $toggle.unbind( 'click.mw-collapse' ).bind( 'click.mw-collapse', function( e ){ e.preventDefault();