diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 04:28:43 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 04:28:43 +0200 |
commit | 54fea2f2a3ee0e6b027cd8be0a8a5a89872a8633 (patch) | |
tree | a79be8810092ee5ef08ba19b3616bee8c10481e6 /src | |
parent | 5b4d4b3400acdace76f5970849fcb7f9cefd2c4d (diff) |
Try out using m4 for footers
Diffstat (limited to 'src')
-rw-r--r-- | src/srp/fw-ec/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/srp/fw-ec/index.html b/src/srp/fw-ec/index.html index c04da7f..d8a48ba 100644 --- a/src/srp/fw-ec/index.html +++ b/src/srp/fw-ec/index.html @@ -92,7 +92,7 @@ <hr> <footer> - m4_include(footer.html) + m4_footer </footer> </body> </html> |