diff --git a/Gemfile.lock b/Gemfile.lock
index dc4b276e5..56e36bc21 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/basecamp/actiontext-lexical
- revision: 41a655a5af1e91057c39752e70336cda97703636
+ revision: 8176e814f34572ad9d9195f9fcf28c3363e4d2bd
branch: remove-diacritics
specs:
actiontext-lexical (0.1.0)
diff --git a/app/views/prompts/commands/_command.html.erb b/app/views/prompts/commands/_command.html.erb
index 64a6c4a08..d9fc0f799 100644
--- a/app/views/prompts/commands/_command.html.erb
+++ b/app/views/prompts/commands/_command.html.erb
@@ -5,6 +5,6 @@
<%= command %> <%= description %>
- <%= editor_version %>
+ <%= editor_version.gsub(/ +$/, " ").html_safe %>