From 09f442f83bfe99060f9d2ed090deadd67aec2c6b Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 14 Nov 2024 17:25:22 +0100 Subject: [PATCH] Fix version formatting --- lib/asciinema_web/controllers/page_html/about.html.heex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/asciinema_web/controllers/page_html/about.html.heex b/lib/asciinema_web/controllers/page_html/about.html.heex index 619a5e61c..20e2ab22f 100644 --- a/lib/asciinema_web/controllers/page_html/about.html.heex +++ b/lib/asciinema_web/controllers/page_html/about.html.heex @@ -4,10 +4,12 @@ <%= @server_name %> is a platform for hosting and sharing terminal session recordings, powered by - asciinema server <%= if @server_version do %> - (<%= @server_version %>) - <% end %>. + asciinema server + (<%= @server_version %>). + <% else %> + asciinema server. + <% end %>

<%= if @contact_email_address do %>