[562631] Update HTML template descriptions
diff --git a/web/bundles/org.eclipse.wst.html.ui/templates/htmldefault-templates.properties b/web/bundles/org.eclipse.wst.html.ui/templates/htmldefault-templates.properties index a8fb6b5..80e4fa7 100644 --- a/web/bundles/org.eclipse.wst.html.ui/templates/htmldefault-templates.properties +++ b/web/bundles/org.eclipse.wst.html.ui/templates/htmldefault-templates.properties
@@ -45,10 +45,10 @@ Templates.xhtmlstrict.desc=xhtml 1.0 strict Templates.xhtmlstrict.content=<?xml version="1.0" encoding="${encoding}" ?>\n<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\n<html xmlns="http://www.w3.org/1999/xhtml">\n<head>\n<meta http-equiv="Content-Type" content="text/html; charset=${encoding}" />\n<title>Insert title here</title>\n</head>\n<body>\n${cursor}\n</body>\n</html> Templates.script.name=script -Templates.script.desc=script (commented) +Templates.script.desc=script block Templates.script.content=<script type=\"text/javascript\">\n${cursor}\n</script> Templates.style.name=style -Templates.style.desc=style (commented) +Templates.style.desc=style block Templates.style.content=<style>\n${cursor}\n</style> Templates.css.name=css Templates.css.desc=link to external style sheet