I love Love LOVE this revised module. Many many thanks to merlin and all involved!
Unofortunately, I have a tiny issue with ampersands which seems to be a leftover from earlier versions. http://drupal.org/node/212853
I have titles that are in html. Some include & as part of the html, particularly apostrophes (/'). But they are changing to & in the titles, so I end up with a title like Tommy's Bad Day instead of Tommy's Bad Day. (I've taken care of ampersands in pathauto, so they are not a problem in my urls. (fist posted in forum as http://drupal.org/node/302466) Here's an example: http://www.hsreader.net/booklist/hqn
I thought this must be a setting on my part, but have researched archives and found the one included above.
Is there a fix? Can I use the old patch on this version of Views?
Connie
Comments
Comment #1
merlinofchaos commentedI took a quick look at your example, and the places where the ampersands are appearing are simple node views; Views doesn't actually handle that, it just does a node_load and passes it to node_view, which is Drupal's internal system. I'm not sure why that's happening but you should look into whatever node.tpl.php is handling it; but that's not Views' fault.
Comment #2
conniec commentedThanks for checking. I'll look in that direction.
Again, many many thanks for Views, especially Views2. I've been working with it all day yesterday and it is so elegant!
Connie
PS Should I change this to closed?