From 5e493e0cacaed07f7413c8a68f1e5b26e8e72d7a Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Mon, 6 Oct 2014 17:32:35 +0200 Subject: [PATCH] SONAR-5608 Impossible to backup profile when the key contains "+" characters --- .../src/main/webapp/WEB-INF/app/views/profiles/index.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb index 536e6eb445e..715b119eb9a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/profiles/index.html.erb @@ -90,9 +90,9 @@ -
+ - <%= message('backup_verb') -%> + <%= message('backup_verb') -%>
<% if profiles_administrator? %> -- 2.39.5