diff --git a/croutonjs/src/templates/meetings.hbs b/croutonjs/src/templates/meetings.hbs
index 853ea12..ac165c0 100644
--- a/croutonjs/src/templates/meetings.hbs
+++ b/croutonjs/src/templates/meetings.hbs
@@ -52,7 +52,7 @@
{{this.share_word}}
{{/canShare}}
{{#reportUpdateEnabled this}}
- {{this.report_update_word}}
+ {{this.report_update_word}}
{{/reportUpdateEnabled}}
{{> offerIcsButton}}
diff --git a/readme.txt b/readme.txt
index 9ce6ce9..2f3befa 100644
--- a/readme.txt
+++ b/readme.txt
@@ -36,6 +36,9 @@ https://demo.bmlt.app/crouton
== Changelog ==
+= 3.20.8 =
+* Add a class for edit button.
+
= 3.20.7 =
* Assure "Fetching" message is deleted.
* Remove unnecessary call to root server.