Closed (won't fix)
Project:
Members
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 02:40 UTC
Updated:
11 Jul 2018 at 14:07 UTC
Jump to comment: Most recent
Comments
Comment #1
ziggyk commentedCan anyone help?
Comment #2
Anonymous (not verified) commentedHi, I got stuck on the same problem. At the moment the only method I know of is to parse the text through html_entity_decode().
E.g.
$output .= l(html_entity_decode($node->title, ENT_QUOTES), "node/$node->nid");
This will ensure the quotes are displayed properly but it takes forever to insert it in all the right places.
Please let me know if you find a better way.
Comment #3
removemeplease commentedI had the same problem with the $head_title variable so in template.php I added the following to the phptemplate_preprocess_page() function:
$vars['head_title'] = html_entity_decode($vars['head_title'], ENT_QUOTES);It was a lot easier than replacing all instances of the $head_title variable.
Comment #4
summit commentedI have this also in head-title in D6
Comment #5
Renee S commentedCrap. Sorry. Wrong issue. :)
Comment #7
angelsmit commentedTo solve this, when entering your text use the Alt + 0180. (Hold the alt key down while typing 0180, then release) It produces the closest appearance to apostrophe.
Comment #8
sp_key commentedI have the same issue with Drupal 7 using CKEditor.
Any solutions for this issue?
Comment #9
vm commentedThis module has been obsoleted per its project page. comment #8 has nothing to do with the Drupal 5 module in which it is included.
Closing the issue.