diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 20:45:29 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 20:45:29 +0200 |
commit | c5cc87803145eaa5c500bd0f8be12a76f7858ecf (patch) | |
tree | 924b861c516251efb0417845b393f587dad6c58c /src/srp | |
parent | 9d86afef1b32570698d970c6f307a916466f352a (diff) |
Change spaces to tabs
Diffstat (limited to 'src/srp')
-rw-r--r-- | src/srp/fw-ec/index.html | 4 | ||||
-rw-r--r-- | src/srp/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/srp/fw-ec/index.html b/src/srp/fw-ec/index.html index cdfc8b5..c787191 100644 --- a/src/srp/fw-ec/index.html +++ b/src/srp/fw-ec/index.html @@ -2,8 +2,8 @@ <html lang="en"> <head> m4_include(head.html) - </head> - <body> + </head> + <body> <header> <div> <h1>Framework is Awesome</h1> diff --git a/src/srp/index.html b/src/srp/index.html index 8985a70..f66d4ae 100644 --- a/src/srp/index.html +++ b/src/srp/index.html @@ -2,8 +2,8 @@ <html lang="en"> <head> m4_include(head.html) - </head> - <body> + </head> + <body> <header> <div> <h1>Software-Related Posts</h1> |