From 528b0549dcd1abff0daf17068820181a6eee4426 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 13 Jul 2020 16:50:14 +0200 Subject: [PATCH] On supported versions the version is always > 12 Signed-off-by: Joas Schilling --- templates/form.php | 4 +--- templates/message.php | 4 +--- templates/register.php | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/templates/form.php b/templates/form.php index 5253ec9..ea426a0 100644 --- a/templates/form.php +++ b/templates/form.php @@ -1,9 +1,7 @@ = 12) { - \OCP\Util::addStyle('core', 'guest'); -} +\OCP\Util::addStyle('core', 'guest'); ?>
diff --git a/templates/message.php b/templates/message.php index 7c8a315..b583958 100644 --- a/templates/message.php +++ b/templates/message.php @@ -1,8 +1,6 @@ = 12) { - \OCP\Util::addStyle('core', 'guest'); -} +\OCP\Util::addStyle('core', 'guest'); ?>
  • diff --git a/templates/register.php b/templates/register.php index cccd8ba..3cfc6d6 100644 --- a/templates/register.php +++ b/templates/register.php @@ -1,8 +1,6 @@ = 12) { - \OCP\Util::addStyle('core', 'guest'); -} +\OCP\Util::addStyle('core', 'guest'); if ($_['entered']): ?>