From 3ab57c60b89b10255c873d7953f575fd97f49992 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 24 Dec 2020 14:55:39 +0100 Subject: Fixing some issues found with w3 validatators --- generate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generate') diff --git a/generate b/generate index f2cf919..882d4ef 100755 --- a/generate +++ b/generate @@ -85,7 +85,7 @@ do base_template_link '../../static/css/style.css' | base_template_link 'style.css' > "$util_path/index.html" sed -i'' "// a\ -
  • $title
  • " index.html +
  • $title
  • " index.html echo "Generated utility at $util_path/index.html" done -- cgit