SLING-9829 - data-sly-element should correctly handle void elements

* defined the set of void elements in ElementPlugin; every time the
data-sly-element plugin is used, the dynamically passed tag name will
be checked against the set; if the tag is a void element, no closing tag
will be added
5 files changed
tree: a4c3302e3ccadbf049f6075ec664124f54bf79b0
  1. src/
  2. .gitignore
  3. bnd.bnd
  4. CODE_OF_CONDUCT.md
  5. CONTRIBUTING.md
  6. Jenkinsfile
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Apache Sling

Build Status Test Status Coverage Sonarcloud Status JavaDoc Maven Central scripting License

Apache Sling Scripting HTL Compiler

This module is part of the Apache Sling project.

The Apache Sling Scripting HTL Compiler provides support for compiling HTML Template Language scripts into an Abstract Syntax Tree.