Project

General

Profile

Actions

Bug #9815

closed

Remaining self closing tag in HTML 5 files

Added by François ARMAND over 7 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
2
Category:
Architecture - Code maintenance
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

I found these remaining self closing tags:

[/src/main/webapp/templates-hidden/common-layout.html] <lift:bind name="content" />
[/src/main/webapp/templates-hidden/common-layout.html] <div id="successDialogContent" />
[/src/main/webapp/templates-hidden/Popup/expected_policy_popup.html] <expectedpolicypopup:node/>
[/src/main/webapp/templates-hidden/emergency_stop.html] <emergency:images/>
[/src/main/webapp/templates-hidden/emergency_stop.html] <emergency:title/>
[/src/main/webapp/templates-hidden/emergency_stop.html] <emergency:body/>
[/src/main/webapp/templates-hidden/emergency_stop.html] <emergency:button/>
[/src/main/webapp/templates-hidden/components/NodeGroupForm.html] <group:reason />
[/src/main/webapp/templates-hidden/components/NodeGroupForm.html] <group:removeForm/>
[/src/main/webapp/templates-hidden/components/ComponentRuleEditForm.html] <span id="ruleName"/>
[/src/main/webapp/templates-hidden/components/ComponentRuleEditForm.html] <span id="ruleCategory"/>
[/src/main/webapp/templates-hidden/components/ComponentRuleEditForm.html] <span id="ruleShortDescription"/>
[/src/main/webapp/templates-hidden/components/ComponentRuleEditForm.html] <span id="ruleLongDescription"/>
[/src/main/webapp/templates-hidden/components/ComponentRuleEditForm.html] <ul id="changeRequestList"/>
[/src/main/webapp/templates-hidden/components/ComponentRuleEditForm.html] <div class="hierarchySpacer"/>
[/src/main/webapp/templates-hidden/components/directiveInput.html] <textarea class="form-control textarea monospace-font" ng-model="current.value" ng-trim="false" />
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <span/>
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <span/>
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <span/>
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <files:delete/>
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <line:name />
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <line:size />
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <line:date />
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <line:delete />
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <div id="uploaded_files_grid_filter_area"/>
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <files:select />
[/src/main/webapp/secure/nodeManager/uploadedFiles.html] <files:upload />
[/src/main/webapp/secure/nodeManager/nodes.html] <div data-lift="node.Nodes.table" />
[/src/main/webapp/secure/nodeManager/nodes.html] <div data-lift="node.Nodes.loadData" />
[/src/main/webapp/secure/configurationManager/index.html] <lift:index.configurationManager.index/>
[/src/main/webapp/secure/configurationManager/parameterManagement.html] <div class="lift:configuration.ParameterManagement.display" />
[/src/main/webapp/secure/configurationManager/parameterManagement.html] <div id="globalParameterForm" />
[/src/main/webapp/secure/configurationManager/parameterManagement.html] <div id="createGlobalParameterContainer" />
[/src/main/webapp/secure/configurationManager/parameterManagement.html] <div id="deletionPopup" class="nodisplay" />
[/src/main/webapp/secure/configurationManager/ruleManagement.html] <div id="createRuleContainer" />
[/src/main/webapp/secure/utilities/index.html] <lift:index.Utilities.index/>
[/src/main/webapp/secure/utilities/changeRequests.html] <span id="actualFilter" style="margin-left:10px; display:inline-block"/>
[/src/main/webapp/secure/administration/index.html] <lift:index.administration.index/>
[/src/main/webapp/secure/administration/policyServerManagement.html] <span id="explanationTooltip" />
[/src/main/webapp/secure/administration/techniqueLibraryManagement.html] <div id="createActiveTechniquesCategoryContainer"/>
[/src/main/webapp/secure/administration/techniqueLibraryManagement.html] <div id="createActiveTechniquesContainer"/>

Are they errors?
If yes, I propose to corrige them and commit the test which found them.


Related issues 1 (0 open1 closed)

Related to Rudder - Architecture #10127: Switch to Scala 2.12 / Lift 3.0 ReleasedVincent MEMBRÉ2017-02-03Actions
Actions

Also available in: Atom PDF