From cfa35dcb2d332977e80a5811b6d42e9949bd4814 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 5 Aug 2023 23:30:58 +0200 Subject: Use a macro to wrap code in tags --- src/srp/fw-ec/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/srp/fw-ec/index.html') diff --git a/src/srp/fw-ec/index.html b/src/srp/fw-ec/index.html index c787191..f528ab9 100644 --- a/src/srp/fw-ec/index.html +++ b/src/srp/fw-ec/index.html @@ -76,7 +76,7 @@
~/board/hx20/led.c
-
m4_include(led.diff.html)
+
m4_fmt_code(led.diff.html)

@@ -115,14 +115,14 @@

~/board/hx20/board.h
-
m4_include(fn-lock-1.diff.html)
+
m4_fmt_code(fn-lock-1.diff.html)
~/board/hx20/keyboard-customization.c
-
m4_include(fn-lock-2.diff.html)
+
m4_fmt_code(fn-lock-2.diff.html)

@@ -206,7 +206,7 @@

~/board/hx20/keyboard_customization.c
-
m4_include(hybrid.diff.html)
+
m4_fmt_code(hybrid.diff.html)

@@ -221,7 +221,7 @@ keyboard_scancode_callback() in ~/board/hx20/keyboard_customization.c -

m4_include(kbd-sc-cb.c.html)
+
m4_fmt_code(kbd-sc-cb.c.html)

-- cgit v1.2.3