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

change doctype to html5 #133

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

change doctype to html5 #133

wants to merge 1 commit into from

Conversation

susca
Copy link

@susca susca commented Aug 13, 2017

The resulting html files have the doctype html5 now

The resulting html files have the doctype  html5 now
@susca
Copy link
Author

susca commented Aug 14, 2017

This is a minor change for now. It reduces the file size by a few bytes. But more importantly it opens the possibility to use the html5 tags in the future.

and
might come in handy.

@aggsol
Copy link

aggsol commented Aug 16, 2017

I use HTML5 tags already.

@susca
Copy link
Author

susca commented Aug 21, 2017

Where? I see <div id="footer"> (l.956) and <div class="header"> (l.438) instead of <footer> and <header>. And the doctype is XHTML 1.0 Strict (l.939).

@aggsol
Copy link

aggsol commented Aug 22, 2017

@susca You can set your own footer and header template and use them there.

@susca
Copy link
Author

susca commented Aug 23, 2017

yes, but if the doctype is xhtml, one cannot use the tags header and footer among others.

@aggsol
Copy link

aggsol commented Feb 7, 2018

When is this merged?

@dknight
Copy link

dknight commented Jul 13, 2018

Please merge it.

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.

3 participants