Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In fact, it is unused so this should work. Needs peer review. PR: https://forum.opnsense.org/index.php?topic=6631.0
- Loading branch information
efb7013There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AdSchellevis @fabianfrz please review: multiple forms can cause multiple injections, leading to multiple definitions of the same id. as far as I could see the id is unused.
efb7013There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fichtner I think it's safe to delete, this seems to happen with multiple
<form>entries in the document, if we want a way to reference the element, we could always add a data element later on (not needed now, if issues appear, which I don't expect, we should match the element differently).