67324341fef3d98ba24fef003d39e8e89b458f0b donnak Wed Jan 11 23:11:57 2017 -0800 Reversed mod to lowercase DOCTYPE, after discussion with Kate. diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html index b1f1c83..2dd7bfe 100755 --- src/hg/htdocs/template.html +++ src/hg/htdocs/template.html @@ -1,16 +1,16 @@ -<!doctype html> +<!DOCTYPE html> <!-- template.html: Example HTML for a Genome Browser static page --> <!-- Style recommendations 1. Capitalization: use only lowercase for HTML element names, attributes and values 2. Quotes: Use double quotes for attribute values 3. Whitespace: Use a new line for every block list or table element 4. Indentation: Indent every child element 2 spaces 5. Special characters: Don't use entity references (set editor to UTF-8), except < & --> <!-- Page header --> <!--#set var="TITLE" value="GB Static Page Template" --> <!--#include virtual="/gbPageStart.html"-->