Without that fix we can't add a title that has a space in it.
This also requires to adjust the website configuration, for instance
lbwww[1] needs to be adjusted like that:
--- a/site.cfg
+++ b/site.cfg
@@ -1,4 +1,4 @@
-TITLE="-T Libreboot"
+TITLE="Libreboot"
[1]https://codeberg.org/libreboot/lbwww
Signed-off-by: Denis 'GNUtoo' Carikli GNUtoo@cyberdimension.org
Without that fix we can't add a title that has a space in it.
This also requires to adjust the website configuration, for instance
lbwww[1] needs to be adjusted like that:
--- a/site.cfg
+++ b/site.cfg
@@ -1,4 +1,4 @@
-TITLE="-T Libreboot"
+TITLE="Libreboot"
[1]https://codeberg.org/libreboot/lbwww
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>