guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 62ca8b114c2d8b0556c88d45507a3795f64f3dc9
parent 786502a5f1edd0cd382a90c543e439a042f00b9b
Author: Arthur A. Gleckler <srfi@speechcode.com>
Date:   Thu, 19 Sep 2019 15:56:17 -0700

Use DTD for HTML5.

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN"> +<!DOCTYPE html> <html> <head> <title>Generic accessor and modifier operators</title>