diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-29 12:57:11 -0600 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2020-12-29 12:57:11 -0600 |
commit | 16d6158e52a312aaa41132ccc0b3fd2d27956473 (patch) | |
tree | 1fed07b03e7a5837e2cbcba1f27824e0af9a2968 /templates | |
parent | 6330b5793b5c2b720a97baada33c61475be3250c (diff) | |
download | emacsconf-wiki-16d6158e52a312aaa41132ccc0b3fd2d27956473.tar.xz emacsconf-wiki-16d6158e52a312aaa41132ccc0b3fd2d27956473.zip |
Fix: LibreJS license-end typo >:|
Diffstat (limited to '')
-rw-r--r-- | templates/page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 747d8b9c..c8becae7 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -70,7 +70,7 @@ }; } } - // @licence-end + // @license-end </script> </head> <body> |