From 9dc50beee5087dc358b27c630d61647ca642746b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 20 Jul 2017 16:59:25 +0200 Subject: [PATCH] Controls: always prepend the title --- library/vendor/ipl/Web/Widget/Controls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/vendor/ipl/Web/Widget/Controls.php b/library/vendor/ipl/Web/Widget/Controls.php index dde3a4d2..6b066d96 100644 --- a/library/vendor/ipl/Web/Widget/Controls.php +++ b/library/vendor/ipl/Web/Widget/Controls.php @@ -35,7 +35,7 @@ class Controls extends Container $this->subTitle = $subTitle; } - return $this->add($this->renderTitleElement()); + return $this->prepend($this->renderTitleElement()); } /**