From 2946e6bca19fa3facd095497214c2c61783de8ec Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Sat, 8 Dec 2018 14:07:31 +0100 Subject: [PATCH] Fix some invalid HTML in synopsis --- doc/synopsis/Makefile | 2 +- doc/synopsis/categories.dot | 2 +- doc/synopsis/template.html | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/synopsis/Makefile b/doc/synopsis/Makefile index 16e2f7d6..b5b46481 100644 --- a/doc/synopsis/Makefile +++ b/doc/synopsis/Makefile @@ -58,7 +58,7 @@ categories.png: categories.dot categories-imagemap.html: categories.dot rm -f $@ - echo '' > $@ + echo 'RGL categories' > $@ dot -Tcmapx $^ >> $@ api-examples.gfs: api-examples.txt MkExx.hs diff --git a/doc/synopsis/categories.dot b/doc/synopsis/categories.dot index 69cf67e7..3bedfb17 100644 --- a/doc/synopsis/categories.dot +++ b/doc/synopsis/categories.dot @@ -1,5 +1,5 @@ -digraph categories { +digraph categoriesmap { size = "11,11" ; node [href="#\N"]; diff --git a/doc/synopsis/template.html b/doc/synopsis/template.html index b5384122..9b076f71 100644 --- a/doc/synopsis/template.html +++ b/doc/synopsis/template.html @@ -43,7 +43,7 @@ $endfor$ $if(title)$
- GF Logo + GF Logo

$title$

$if(subtitle)$ @@ -113,8 +113,7 @@ $endif$
-
Contribute -
+
Contribute
-
-
+
+
$for(include-after)$ $include-after$