Эх сурвалжийг харах

HUE-6083 [metastore] Got rid of invalid br tags

Enrico Berti 8 жил өмнө
parent
commit
5856f1a

+ 5 - 5
apps/metastore/src/metastore/templates/metastore.mako

@@ -424,7 +424,7 @@ ${ components.menubar(is_embeddable) }
               <div title="${ _('Owner') }">
                 <i class="fa fa-fw fa-user muted"></i>
                 <span data-bind="text: owner_name"></span> (<span data-bind="text: owner_type"></span>)
-                </br>
+                <br/>
                 <i class="fa fa-fw fa-hdd-o muted"></i> <a data-bind="attr: {'href': hdfs_link, 'rel': location }"> ${_('Location')}</a>
               </div>
             </div>
@@ -1029,7 +1029,7 @@ ${ components.menubar(is_embeddable) }
          <!-- /ko -->
         </div>
 
-        </br>
+        <br/>
 
         <h4>${ _('Targets') }</h4>
         <div class="row-fluid">
@@ -1041,7 +1041,7 @@ ${ components.menubar(is_embeddable) }
          <!-- /ko -->
         </div>
 
-        </br>
+        <br/>
 
        <h4>${ _('Source query') }</h4>
        <div class="row-fluid">
@@ -1053,7 +1053,7 @@ ${ components.menubar(is_embeddable) }
           <!-- /ko -->
         </div>
 
-        </br>
+        <br/>
 
         <h4>${ _('Target queries') }</h4>
         <div class="row-fluid">
@@ -1067,7 +1067,7 @@ ${ components.menubar(is_embeddable) }
          <!-- /ko -->
         </div>
 
-        </br>
+        <br/>
 
         <h4>${ _('Lineage') }</h4>
         <div class="row-fluid">

+ 1 - 1
apps/oozie/src/oozie/templates/editor2/submit_job_popup.mako

@@ -80,7 +80,7 @@
          </label>
       % endif
       % if is_oozie_mail_enabled:
-        </br>
+        <br/>
         <label class="checkbox" style="display: inline-block; margin-top: 5px">
           <input type="checkbox" name="email_checkbox"
           % if not email_id: