Commit
commit 143f10631ead05c49496354a3755167203cc2464 Author: Jan DankertDate: Fri Feb 21 00:27:41 2020 +0100 Fix of some template bugs. modules/template-engine/Element.class.php | 8 ++++---- .../components/html/checkbox/Checkbox.class.php | 15 ++++++++------- .../components/html/form/Form.class.php | 4 ++++ .../components/html/group/Group.class.php | 6 ++++-- .../components/html/input/Input.class.php | 19 +++++++++++-------- .../components/html/inputarea/Inputarea.class.php | 18 ++++++++++-------- .../components/html/newline/Newline.class.php | 3 ++- .../components/html/password/Password.class.php | 4 +--- .../components/html/radio/Radio.class.php | 14 ++++++++------ .../components/html/selectbox/Selectbox.class.php | 17 ++++++++++------- .../components/html/text/Text.class.php | 11 ++++++++--- 11 files changed, 70 insertions(+), 49 deletions(-)