From 9be821773ee684172bddd4acfbb1e56cd7e7c938 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 3 Feb 2024 21:09:13 +0100 Subject: Fix use of wrong Fontello class for nav toggle Broken since 6f1c594 when the class name in the Fontello SCSS file has been renamed from `fa-bars` to `fa-menu` and it was forgotten to also change the use of the class name in the HTML template. --- theme/default/html/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/default/html/main.php b/theme/default/html/main.php index 46dcc84..f226ff1 100644 --- a/theme/default/html/main.php +++ b/theme/default/html/main.php @@ -57,7 +57,7 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']);