Commit Graph
14 Commits
Author SHA1 Message Date
John Bampton 3100b7cb05 Fix spelling (#2498) 2020-09-14 10:40:20 +08:00
John Bampton cf8b583db4 Fix spelling (#2451) 2020-08-04 07:04:06 +08:00
John Bampton b8a7b6d194 Fix spelling (#2202) 2020-01-07 09:19:49 +08:00
John Bampton 59ab588bf5 Remove broken link from README. (#2198) 2019-12-30 21:55:08 +08:00
John Bampton 4fd3234840 Fix spelling. (#2080) 2019-10-03 07:46:41 +08:00
John Bampton beb879e475 Change Writter to Writer. (#2079) 2019-09-30 14:22:12 +08:00
John Bampton 11407e73ad Fix spelling. (#1861) 2019-04-22 23:11:57 +08:00
John Bampton d8fb18c33b Fix case of GitHub (#1726) 2018-12-31 09:02:53 +08:00
Barnabus 7a374f9a47 Fix typos (#1626) 2018-11-05 14:17:04 +08:00
Barnabus 4f488aca55 Change the doctype to be lowercase to be consistent with the rest of the code base. (#1624) 2018-11-05 09:44:00 +08:00
Barnabus af23ac2256 Remove type attribute from HTML script tag to be consistent with the rest of the codebase. (#1623)
The `<script>` tag is used to define a client-side script (JavaScript).  The "type" attribute is required in HTML 4, but optional in HTML5.
2018-11-05 09:35:24 +08:00
Barnabus f83cdb357e Fix typos (#1625) 2018-11-05 09:13:17 +08:00
Barnabus 6be9b5437b Change HTML link tags to use HTML5 syntax. (#1621)
The `<link>` element is an empty element, it contains attributes only. In HTML5 the `<link>` tag has no end tag. In XHTML the `<link>` tag must be properly closed.
2018-11-01 21:48:26 +08:00
Barnabus 6f7fe487b3 Change HTML input tags to use HTML5 syntax. (#1617)
In XHTML, the <input> tag must be properly closed, like this `<input />`.  In HTML5 the `<input>` tag has no ending slash.  https://www.w3schools.com/tags/tag_input.asp
2018-11-01 16:05:40 +08:00