From 1eef7c438b236d57da16e7cccee7f182e440e8b1 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 15 Sep 2018 21:57:09 -0400 Subject: Form ctrls should use the 'control-label' class --- app/view/formctrl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/view/formctrl.php') diff --git a/app/view/formctrl.php b/app/view/formctrl.php index b8643b0..131b0de 100644 --- a/app/view/formctrl.php +++ b/app/view/formctrl.php @@ -24,7 +24,7 @@ namespace formctrl; bool $required = true, bool $disabled = false) : void { ?>
- + maxlength="64" />
@@ -32,7 +32,7 @@ namespace formctrl;
- + />
-- cgit v1.2.3