mirror of
https://github.com/docker/docs.git
synced 2026-04-05 10:48:55 +07:00
As described on https://en.wikipedia.org/wiki/Quirks_mode, a comment preceding the `<!DOCTYPE html>` can cause some browsers to render the HTML in quirks mode. This patch moves the comment after the doctype to prevent this. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>