lemonldap-ng/lemonldap-ng-manager/site
Olof Johansson 054e87c1f9 manager: Adapt html to stricter rules in angularjs >= 1.8.0
label and textarea elements in XHTML must have a matching closing tag
for strict XHTML conformity; when upgrading to angularjs 1.8.0, this
became mandatory even when used with angular because of some potential
XSS issue.

Without this change, the rendering of the modal save form of the manager
web interface will "break" halfway through, and only the text "Summary"
is visible under the "Saving configuration" header. (This is similar to
what is described in #2197, but with that fixed applied.)

Reference: https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8
2020-07-01 16:37:26 +02:00
..
api Separate API from Manager vhost (#2109) 2020-03-12 15:10:27 +01:00
coffee Sort login history custom keys with Sessions explorer 2020-04-15 23:26:41 +02:00
htdocs Fix translation mistake in manager down arrow 2020-06-24 11:19:18 +02:00
templates manager: Adapt html to stricter rules in angularjs >= 1.8.0 2020-07-01 16:37:26 +02:00