Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

div element not closed in several widgets #1763

Closed
anonymous-matomo-user opened this issue Oct 12, 2010 · 3 comments
Closed

div element not closed in several widgets #1763

anonymous-matomo-user opened this issue Oct 12, 2010 · 3 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@anonymous-matomo-user
Copy link

We implemented several widgets of Piwik 1.0 on our website in their respective iframes. Because we weren't happy with the iframes, we created a script that reads out the content of the iframes (without html, head and body tags) and pasted those on our page.

All widget sources were pasted below each other. This resulted somehow in almost each div.widget being nested in the previous widget.

After careful consideration, I can only come to the conclusion that in most of the widgets, the div.widget isn't closed. I ran one of the iframe contents through the W3C html validator, which resulted in this conclusion.

On our page, I've manually closed the following widgets with a </div>, which fixed our problem:

  • VisitSummarygetEvolutionGraph
  • ReferersgetKeywords
  • ReferersgetWebsites
  • ReferersgetSearchEngines
  • VisitorInterestgetNumberofVisitsPerVisitDuration
  • UserCountrygetCountry
  • ActionsgetPageTitles
@sgiehl
Copy link
Member

sgiehl commented Oct 12, 2010

(In [3245]) refs #1763 maybe that should fix the issue

@robocoder
Copy link
Contributor

Probably because the original doctype was stripped off.

wil: please confirm so we can close.

@robocoder
Copy link
Contributor

Closing as the reporter didn't register with an email address.

@anonymous-matomo-user anonymous-matomo-user added this to the Piwik 1.1 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

3 participants