Skip to content

DOCTYPE specified in template is not honoured by EPrints #22

Description

@jesusbagpuss

In the templates, the html5 doctype is defined:
<!DOCTYPE html>

Somehow EPrints mangles this back to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
e.g. http://data.uel.ac.uk/12/

I think this can then cause issues in IE, when combined with the
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
tag.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions