From 36b47c5f9db77fd268c6b248cecf3d9947c8e4b6 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 22 Oct 2024 23:51:37 +1100 Subject: [PATCH] Fix some HTML validation issues --- .../content/copyleft-compliance/vmware-code-similarity.html | 2 +- .../content/sustainer/original-supporter-appeal.html | 2 +- conservancy/templates/base_conservancy.html | 6 +++--- conservancy/templates/submenus/who_we_are_partial.html | 4 ++-- conservancy/templates/supporters/sustainers.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conservancy/content/copyleft-compliance/vmware-code-similarity.html b/conservancy/content/copyleft-compliance/vmware-code-similarity.html index 419c0321..62e0c531 100644 --- a/conservancy/content/copyleft-compliance/vmware-code-similarity.html +++ b/conservancy/content/copyleft-compliance/vmware-code-similarity.html @@ -31,7 +31,7 @@ $ ./extract-code-added-in-commits.plx --repository=`pwd`/linux-historical --outp $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux-current $ ./commit-id-list-matching-regex.plx `pwd`/linux-current/.git Hellwig '(Submitted\s+by|original\s+patch|patch\s+(from|by)|originally\s+(from|by)).*' > ./hellwig-current.ids $ ./extract-code-added-in-commits.plx --progress --repository=`pwd`/linux-current --output-dir=`pwd`/hellwig-through-2.6.34 --fork-limit=14 --blame-opts=-M --blame-opts=-M --blame-opts=-C --blame-opts=-C --central-commit e40152ee1e1c7a63f4777791863215e3faa37a86 < hellwig-current.ids -

Note: e40152ee1e1c7a63f4777791863215e3faa37a86 is the 2.6.34 version created by Linus Torvalds