]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2084 missing whitespace
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 21 Mar 2012 12:29:08 +0000 (13:29 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 21 Mar 2012 12:29:08 +0000 (13:29 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/_generate_secret_key.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/encryption_configuration/index.html.erb

index af3a720ff3ef83e7af9eaea661e784501633335b..319d244620460a43f68ffbc8453309b9fbd838a7 100644 (file)
@@ -4,7 +4,7 @@
   <li>Restrict access to this file by making it readable and by owner only</li>
   <li>Restart the server if the property <code>sonar.secretKeyPath</code> has been set or changed.</li>
   <li>Copy this file on all the machines that execute code inspection. Define the property <code>sonar.secretKeyPath</code> on those machines if the path is not <code>~/.sonar/sonar-secret.txt</code>.</li>
-  <li>For each property that you want to encrypt, <%= link_to 'generate the encrypted value', {:action => 'index'}, {:class => 'link-action'} -%>
+  <li>For each property that you want to encrypt, <%= link_to 'generate the encrypted value', {:action => 'index'}, {:class => 'link-action'} %>
     and replace the original values where ever they are stored
     (configuration files, command lines)
   </li>
index 2aef6cc9fd9f2a5141d94465dc3b8f92619ce649..ba7aae6d40ae99758c3bf579d433d25b223a88a3 100644 (file)
@@ -13,7 +13,7 @@
 <div id="encrypted_section" style="display:none"></div>
 <span id="encryption_error" class="error" style="display:none"></span>
 
-<p>Note that the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action' -%>
+<p>Note that the <%= link_to 'secret key can be changed', {:action => 'generate_secret_form'}, :class => 'link-action' %>
   but all the encrypted properties will have to be updated. <a href="http://docs.codehaus.org/display/SONAR/Settings+Encryption" class="external" target="sonar_doc">More information</a>.</p>
 <script>
   $('clear_text').focus();