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 4d3039c  Improved: Fix issues reported by  SonarQube analysis on 
Github (OFBIZ-12284)
4d3039c is described below

commit 4d3039c5def904179b1fa570411f96b4bfddd2c6
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Aug 6 17:07:58 2021 +0200

    Improved: Fix issues reported by  SonarQube analysis on Github (OFBIZ-12284)
    
    SonarQBE did not detect bug put in in ModelInduceFromDb.jsp by 13d6bc2,
    found it by chance
    
    "moz-linear-gradient(bottom" should be better than "moz-linear-gradient(to 
bottom"
---
 framework/webtools/template/entity/ModelInduceFromDb.jsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/framework/webtools/template/entity/ModelInduceFromDb.jsp 
b/framework/webtools/template/entity/ModelInduceFromDb.jsp
index 9fe696a..d0941c3 100644
--- a/framework/webtools/template/entity/ModelInduceFromDb.jsp
+++ b/framework/webtools/template/entity/ModelInduceFromDb.jsp
@@ -30,14 +30,14 @@ if(security.hasPermission("ENTITY_MAINT", session)) {
     <title>ModelInduceFromDB</title>
 </head>
 <body>
-<div class='h3'><strong>Put the name of the Datasource in the EntityEngine.xml 
to induce from:</b></div>
+<div class='h3'><strong>Put the name of the Datasource in the EntityEngine.xml 
to induce from:</strong></div>
 <form action='' method="post">
     <input type='text' class='inputBox' size='40' name='helperName' />
     <input type='submit' value='Induce!' />
 </form>
 It's the datasource name. It doesn't need to be associated with a
  delegator, just defined in entityengine.xml.<br/>
-   <strong> Use the browser to view the source and see the entities that were 
created.</b>
+   <strong> Use the browser to view the source and see the entities that were 
created.</strong>
 
 </body>
 </html>

Reply via email to