commit 39e56bac2ceb46f4da8c2c324e4a521853f8a70c
parent 67b86ac7712d64b2b71ee1e50cbe1f7d95fba9a2
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date: Thu, 8 Apr 2021 12:56:29 -0700
Fix errors reported by W3C HTML Validator.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/srfi-123.html b/srfi-123.html
@@ -1,8 +1,7 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title>Generic accessor and modifier operators</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />