From 82f911cf18c615d23d7a6934c36879e75f2cf46e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 26 Nov 2024 11:45:12 -0500 Subject: new style, add redirect support --- src/web/helpers/html.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/web/helpers/html.php (limited to 'src/web/helpers/html.php') diff --git a/src/web/helpers/html.php b/src/web/helpers/html.php new file mode 100644 index 0000000..dc38e3a --- /dev/null +++ b/src/web/helpers/html.php @@ -0,0 +1,21 @@ +', '>', $data); + return $data; +} -- cgit v1.2.3-freya