Zen Follower
- Join Date:
- Nov 2006
- Posts:
- 284
- Plugin Contributions:
- 0
Image Handler 2 (for ZC v1.3.8 ONLY) Support
nagelkruid:
Hi,
are you sure about this?
I thought that zoom stuff was something that is broken and not used in the current image handler version.
Ok,
hate to answer my own questions, but despite the confusing naming conventions this is exactly where the script line for the hover function is prepared.
This is also where the problem with utf-8 originates as alt names with a ' in it get converted in this line (same function)
//replace apostrophe with fancy quote
$alt = str_replace("'", "‘", $alt);
```Does anybody know what good this may do?
The quote is allready escaped in the previous lines so what purpose would it serve to make it a fancy quote?
I found that commenting out this line does solve my problem with the utf-8, but i wonder what i may be breaking?
Any input please?