html: added doctype for html 5.0. Suggested by harry

This commit is contained in:
Holger Rapp 2012-04-25 09:49:04 +02:00
parent 5782180811
commit 93b480ab6f
2 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,10 @@ snippet doctype "HTML - 4.0 Transitional (doctype)" b
endsnippet
snippet doctype "HTML - 5.0 (doctype)" b
<!DOCTYPE html>
endsnippet
#############
# Shortcuts #

View File

@ -1203,6 +1203,7 @@ Contributors listed in chronological order:
Timothy Mellor (mellort)
Chris Lasher (gotgenes)
Chen Houwu (chenhouwu)
Harry Zhxu (harryzhxu)
Thank you for your support.