Skip to content

Commit

Permalink
Fixed revert in rsplit link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Abril committed Nov 17, 2011
1 parent 4823013 commit ffe3316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ <h3>Lang</h3>

<div class="plugin">

<input name="plugins[]" value="jquery/lang/rsplit/rsplit.js" type="checkbox">
<label>jquery/lang/rsplit/rsplit.js</label>
<input name="plugins[]" value="jquery/lang/string/rsplit/rsplit.js" type="checkbox">
<label>jquery/lang/string/rsplit/rsplit.js</label>
<div class="desc">Splits a string with a regex correctly cross browser</div>
</div>

Expand Down

0 comments on commit ffe3316

Please sign in to comment.