You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/07/17 08:34:32 UTC

[ofbiz-framework] branch trunk updated: Fixed: Fix issues reported by SonarQube analysis on Github (OFBIZ-12284)

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f360403  Fixed: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
f360403 is described below

commit f360403647d44d1b6a9c2e1108999c9106bb6388
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat Jul 17 10:16:54 2021 +0200

    Fixed: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
    
    Replaces wrong bgcolor by background-color
    This is not only for Helveticus but other themes as well. I guess it was a C/P
    from the oldest theme
    
    I checked I see no real change in any of themes. I decided to not backport.
    
    Remain few other bugs in Helveticus.
    Not really knowing Less, I'm not sure about the helveticus-main-theme.less ones.
    I don't know either how to bypass "false" reports
---
 themes/bluelight/webapp/bluelight/docbook.css       | 2 +-
 themes/flatgrey/webapp/flatgrey/docbook.css         | 2 +-
 themes/helveticus/webapp/helveticus/docbook.css     | 2 +-
 themes/rainbowstone/webapp/rainbowstone/docbook.css | 2 +-
 themes/tomahawk/webapp/tomahawk/css/docbook.css     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/themes/bluelight/webapp/bluelight/docbook.css b/themes/bluelight/webapp/bluelight/docbook.css
index d70edc7..3b669c8 100644
--- a/themes/bluelight/webapp/bluelight/docbook.css
+++ b/themes/bluelight/webapp/bluelight/docbook.css
@@ -24,7 +24,7 @@ body {
     font-size: .75em;
     line-height: 1.5em;
     padding: 50px 0 0;
-    bgcolor: #ffffcc;
+    background-color: #ffffcc;
 }
 
 a:hover {
diff --git a/themes/flatgrey/webapp/flatgrey/docbook.css b/themes/flatgrey/webapp/flatgrey/docbook.css
index 8b9dbc8..2fccbb2 100644
--- a/themes/flatgrey/webapp/flatgrey/docbook.css
+++ b/themes/flatgrey/webapp/flatgrey/docbook.css
@@ -24,7 +24,7 @@ body {
     font-size: .75em;
     line-height: 1.5em;
     padding: 50px 0 0;
-    bgcolor: #ffffcc;
+    background-color: #ffffcc;
 
 }
 
diff --git a/themes/helveticus/webapp/helveticus/docbook.css b/themes/helveticus/webapp/helveticus/docbook.css
index 1ed98b0..dc67ad9 100644
--- a/themes/helveticus/webapp/helveticus/docbook.css
+++ b/themes/helveticus/webapp/helveticus/docbook.css
@@ -24,7 +24,7 @@ body {
     font-size: .75em;
     line-height: 1.5em;
     padding: 50px 0 0;
-    bgcolor: #ffffcc;
+    background-color: #ffffcc;
 }
 
 a:hover {
diff --git a/themes/rainbowstone/webapp/rainbowstone/docbook.css b/themes/rainbowstone/webapp/rainbowstone/docbook.css
index 1ed98b0..dc67ad9 100644
--- a/themes/rainbowstone/webapp/rainbowstone/docbook.css
+++ b/themes/rainbowstone/webapp/rainbowstone/docbook.css
@@ -24,7 +24,7 @@ body {
     font-size: .75em;
     line-height: 1.5em;
     padding: 50px 0 0;
-    bgcolor: #ffffcc;
+    background-color: #ffffcc;
 }
 
 a:hover {
diff --git a/themes/tomahawk/webapp/tomahawk/css/docbook.css b/themes/tomahawk/webapp/tomahawk/css/docbook.css
index 8b9dbc8..2fccbb2 100644
--- a/themes/tomahawk/webapp/tomahawk/css/docbook.css
+++ b/themes/tomahawk/webapp/tomahawk/css/docbook.css
@@ -24,7 +24,7 @@ body {
     font-size: .75em;
     line-height: 1.5em;
     padding: 50px 0 0;
-    bgcolor: #ffffcc;
+    background-color: #ffffcc;
 
 }