diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb b/sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb index 18b509b59e6..dac5eddcfa8 100644 --- a/sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb +++ b/sonar-server/src/main/webapp/WEB-INF/lib/treemap/html_output.rb @@ -136,5 +136,6 @@ CSS end def draw_tooltips(node) + '' end end |