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

fix for broken display of /authorization_usages #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DarkSwoop
Copy link

The object tag breaks the display of the usages-table. Fixed that one.

@stffn
Copy link
Owner

stffn commented Sep 23, 2012

Can you point me to a resource that says is invalid? Which browser has problems?

@DarkSwoop
Copy link
Author

Using the validator on http://validator.w3.org mentions errors for using the self closing syntax on the object tag. At least it breaks the output in Firefox 13 and every current webkit-based browser when using the html5 doctype.

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <title>test</title>

</head>
<body>
  <object id="graph" data="" type="image/svg+xml" style="max-width:100%;margin-top: 0.5em" />
</body>
</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants