Skip to content

Instantly share code, notes, and snippets.

@mcyrulik
Created April 10, 2014 17:58
Show Gist options
  • Save mcyrulik/10407122 to your computer and use it in GitHub Desktop.
Save mcyrulik/10407122 to your computer and use it in GitHub Desktop.
the winning snippet
$output = str_replace('â€','"',$output);
@mcyrulik
Copy link
Author

Looks like modx was interpreting the out in an odd manner. Like, any character but an HTML entity... once I figured that out. I was golden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment