Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Fix headers to HTML5 format #509

Merged
merged 1 commit into from
Apr 8, 2015
Merged

Fix headers to HTML5 format #509

merged 1 commit into from
Apr 8, 2015

Conversation

simison
Copy link
Member

@simison simison commented Apr 8, 2015

Headers were a weird mixture of html5 and xhtml. Now it's pure html5.

Use this as doctype if you really want it to be xhtml, but I don't see why would you want that with Angular:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Headers were a weird mixture of html5 and xhtml. Now it's pure html5.


Use this as doctype if you really want it to be xhtml, but I don't see why would you want that with Angular:
```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
```
@ilanbiala ilanbiala self-assigned this Apr 8, 2015
@ilanbiala ilanbiala added this to the 0.4.0 milestone Apr 8, 2015
@ilanbiala
Copy link
Member

LGTM.

ilanbiala added a commit that referenced this pull request Apr 8, 2015
Fix headers to HTML5 format
@ilanbiala ilanbiala merged commit 8b9a625 into meanjs:0.4.0 Apr 8, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants