Hi and thank you for nodewords - very interesting module. I am having a problem where having nodewords enabled causes "css-less" display of a node that has been entered as PHP. The PHP node will display correctly for example from the home page, but not when you go directly to that node. It looks like typical netscape-4-trying-to-display-css, with everthing in one column on the left, and no formatting. However, I tried this in Firefox and it does NOT occur. Only in IE.
Some vitals -
Drupal - latest 4.6.0 - about one week old
PHP version - 4.3.10
Browser - Maxthon (uses whatever IE engine is loaded and I have the latest one - XP SP2)
Themes - version 4.6.0 of FriendsElectric and Goofy
The css-less page's source is attached as a text file. Hope you can help.
Kind regards
Rick
| Comment | File | Size | Author |
|---|---|---|---|
| Cogley-php_test-cvsless_0.txt | 20.75 KB | Rick Cogley |
Comments
Comment #1
Robrecht Jacques commentedThe reason for this bug are the following lines in the HTML HEAD:
Because you have a quote (") in your teaser (which is displayed as the description for this node), IE seems to quit reading the "head" and so doesn't include the line following on this error:
so you get to see an partly styled document. Seems like Firefox is a bit more resilient in recovering from this error.
My patch at http://drupal.org/node/25777 fixes this problem (as well as some other problems).
I'll try to contact the maintainer and try to get this fixed.
Marking this as "patch", but the patch for it is at http://drupal.org/node/25777.
Kind regards,
Robrecht
Comment #2
Robrecht Jacques commentedI suppose it's better to mark it as duplicate of http://drupal.org/node/25777.