From 8110ebd55d5bf659cd40dab2df59d80dafdb367a Mon Sep 17 00:00:00 2001 From: Kevin Layer Date: Mon, 10 Feb 2014 11:10:42 -0800 Subject: [PATCH 2/2] fix bugs in rfe12668 implementation The previous commit added :embed and :keygen but they were already there. Resolve this issue. Change-Id: Ieb962a12880394e67d973835945005446833fab7 --- aserve/htmlgen/htmlgen.cl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aserve/htmlgen/htmlgen.cl b/aserve/htmlgen/htmlgen.cl index 0c0d6e8..f77d6de 100644 --- a/aserve/htmlgen/htmlgen.cl +++ b/aserve/htmlgen/htmlgen.cl @@ -658,7 +658,6 @@ (def-std-html :dt t nil) (def-std-html :em t nil) -(def-std-html :embed t nil) (def-std-html :fieldset t nil) (def-std-html :font t nil) @@ -685,7 +684,6 @@ (def-std-html :isindex nil nil) (def-std-html :kbd t nil) -(def-std-html :keygen nil nil) (def-std-html :label t nil) (def-std-html :layer t nil) @@ -782,5 +780,5 @@ (def-std-html :menuitem t nil) (def-std-html :details t nil) (def-std-html :datalist t nil) -(def-std-html :keygen t nil) +(def-std-html :keygen nil nil) (def-std-html :output t nil) -- 2.25.1 05f17013f260c7cf1d9d70b17031d76e7e2d902'>treecommitdiff
path: root/gnu/build
d>
AgeCommit message (Expand)Author
2022-11-20file-systems: Always do recursive bind mounts....Ricardo Wurmus
2022-11-17tests: root-unmount: Wait for the first QEMU process to finish....Ludovic Courtès
2022-11-15install: Validate symlink target in evaluate-populate-directive....Maxim Cournoyer
2022-11-15linux-modules: Add 'load-pci-device-database'....Ludovic Courtès
2022-11-15linux-modules: Add support for listing PCI devices....Ludovic Courtès
2022-11-03file-systems: Gracefully handle EMEDIUMTYPE in 'read-partitions'....Marius Bakke
2022-10-20file-systems: Support the 'no-diratime' mount flag....Ludovic Courtès
vm: Make UUID computation really deterministic....Ludovic Courtès
2018-05-28system: Remove uses of the 'title' field of <file-system>....Ludovic Courtès
2018-05-19tests: Adjust to new "unbound variable" messages....Ludovic Courtès
2018-04-30guix system: search: Display default Shepherd service names....Ludovic Courtès
2018-03-24tests: Add tests for "guix system disk-image" et al....Chris Marusich
2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice
2017-12-04tests: Look for multi-digit column numbers in unbound variable test....Eric Bavier
2017-11-10tests: Adjust to unbound-variable exception printer....Ludovic Courtès
2017-11-08gnu: Improve error reporting of the use-.*modules macros....Ludovic Courtès
2017-10-10ui: Improve reporting of missing closing parentheses....Ludovic Courtès
2017-09-16guix system: Add 'search' command....Ludovic Courtès