Commit
commit 67bb752e4e643b9fd30cc29d6c26e64df8914f27 Author: Jan DankertDate: Sun Feb 23 04:55:35 2020 +0100 New: Formatter for indenting XML files. .../components/html/Component.class.php | 3 -- .../components/html/image/Image.class.php | 7 ---- .../components/html/insert/Insert.class.php | 1 - .../components/html/part/Part.class.php | 2 +- .../components/html/upload/Upload.class.php | 1 - modules/template_engine/element/Element.class.php | 23 ++++++++---- .../template_engine/element/HtmlElement.class.php | 4 +-- .../element/PHPBlockElement.class.php | 13 +++++-- .../template_engine/element/XMLFormatter.class.php | 42 ++++++++++++++++++++++ .../engine/TemplateEngine.class.php | 5 +-- 10 files changed, 75 insertions(+), 26 deletions(-)