From 61bd4429189ccdac77017890e4793493634c17eb Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 17 May 2013 20:56:50 +0200 Subject: [PATCH] Small optimization --- .../container/MultipleSelectionFormElementContainer.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/form/container/MultipleSelectionFormElementContainer.class.php b/wcfsetup/install/files/lib/system/form/container/MultipleSelectionFormElementContainer.class.php index 32d74185d1..53e7b42373 100644 --- a/wcfsetup/install/files/lib/system/form/container/MultipleSelectionFormElementContainer.class.php +++ b/wcfsetup/install/files/lib/system/form/container/MultipleSelectionFormElementContainer.class.php @@ -37,12 +37,12 @@ class MultipleSelectionFormElementContainer extends SelectionFormElementContaine } return << +
{$this->getLabel()} {$this->getDescription()} -
+
{$content}
-- 2.20.1