Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
6.x-2.8
Component:
node data
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2009 at 00:08 UTC
Updated:
16 Dec 2009 at 22:29 UTC
It seems that certain html tags aren't closed in some of my views (notably, I think, the
Comments
Comment #1
dawehnerThe site looks ok for me. I guess the problem is broken html in your texts. Therefore try out to use the html corrector.
If views would have broken html, many users :) would complain about it, but they don't.
Comment #2
geerlingguy commentedI'll try that, but I know that all the tables and tbody tags are wrapped correctly, as well as all the tr's and td's... that's what leads me to suspect that either views or the node filter are not set up to accept a
Comment #3
merlinofchaos commentedI don't see the problem you refer to on that page.
I know that Views is pretty good about closing its own tbody and tr tags. If the tags are coming from the content, it is up to the content to close them; Views does not validate that the content is correctly tagged when displaying it. It will not automatically unclose open tags for you. The HTML Corrector can be added to the output filter to do that, and it is highly recommended.
Teasers, in particular, can cut off closing tags.
Comment #4
geerlingguy commentedI remade the page to ensure the full node would display.
I will look into the HTML corrector solution, but I have had trouble with much of the content itself (with or without the corrector filter), so I think I'll keep it displaying the full node.
People and their tables... :-(