Delete `<link rev="made">` from HTML templates
commit36083aa9a7f003a633b8cb2f1f348017c8112b78
authorØyvind A. Holm <sunny@sunbase.org>
Fri, 25 Feb 2022 08:48:33 +0000 (25 09:48 +0100)
committerØyvind A. Holm <sunny@sunbase.org>
Fri, 25 Feb 2022 08:48:33 +0000 (25 09:48 +0100)
treeb8fa2de7a7b913dbfdcbad058c078fcd38186ae4
parent608cef51555582903aa34f11e223a3473d864ac8
Delete `<link rev="made">` from HTML templates

tidy(1) complains about it:

```
$ tidy -q -o /dev/null sjekk.html
line 23 column 5 - Warning: <link> lacks "rel" attribute
```

Seems as it's obsolete and not used by any other browser than Lynx.
<https://validator.w3.org/> said it was perfectly fine, but in these
spammy times you don't want to make life easier for the parasites
anyway.

eb64c7b4-9618-11ec-ae26-4f45262dc9b5
Lib/std/book-cmark/bin/create-html
Lib/std/html4
Lib/std/xhtml
create_imgindex