From e41efd72ebda6e9c12a336d7105f8666b5bca829 Mon Sep 17 00:00:00 2001 From: very-ape Date: Mon, 17 May 2021 10:59:03 -0700 Subject: [PATCH] Break up long line. --- saml/saml.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/saml/saml.php b/saml/saml.php index 36bd2b3e..5c50017d 100755 --- a/saml/saml.php +++ b/saml/saml.php @@ -218,7 +218,8 @@ function saml_addon_admin(&$a, &$o) saml_input( 'settings_statement', DI::l10n()->t('Settings statement'), - DI::l10n()->t('A statement on the settings page explaining where the user should go to change their e-mail and password. BBCode allowed.') + DI::l10n()->t('A statement on the settings page explaining where the user should go to change ' + . 'their e-mail and password. BBCode allowed.') ) + saml_input( 'idp_id',