Created
April 10, 2014 17:58
-
-
Save mcyrulik/10407122 to your computer and use it in GitHub Desktop.
the winning snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$output = str_replace('â€','"',$output); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.