Skip to content

Instantly share code, notes, and snippets.

@Stanton
Created April 8, 2010 14:40
Show Gist options
  • Save Stanton/360133 to your computer and use it in GitHub Desktop.
Save Stanton/360133 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$('body').html( $('body').html().replace(/\s—\s/g, " — ") );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment