]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4658 Fix missing CSS class declaration on subcategory description
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 11 Sep 2013 09:54:20 +0000 (11:54 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 11 Sep 2013 09:54:20 +0000 (11:54 +0200)
sonar-server/src/main/webapp/WEB-INF/app/views/settings/_properties.html.erb

index df33efeeda0e8671d1c278a01afa6e15afb951e5..355f48d0be2c03e9b7ab1ff80216bfb5b8a6813b 100644 (file)
@@ -30,7 +30,7 @@
         <% end -%>
         <% if @subcategory.key != @category.key && !subcategory_desc(@category, @subcategory).blank? -%>
           <tr>
-            <td><%= subcategory_desc(@category, @subcategory) -%> </td>
+            <td class="categoryDescription"><%= subcategory_desc(@category, @subcategory) -%> </td>
           </tr>
         <% end -%>
         </thead>