From 15f691a9a975a2072734e9a422a53fe837de8b9d Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 24 May 2020 03:58:41 +0200 Subject: [PATCH] word edit: form stylesheet for aligned input fields --- writer.plp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/writer.plp b/writer.plp index 73ae3ac..b8e5f2d 100644 --- a/writer.plp +++ b/writer.plp @@ -4,6 +4,25 @@ Html({ title => 'words cheat sheet admin', version => '1.0', nocache => 1, + raw => <<'EOT', + +EOT }); use List::Util qw( pairs pairkeys ); -- 2.30.0