From 736d72de71b5bec08a960e666d4f9f31c386a355 Mon Sep 17 00:00:00 2001
From: Dick Visser <dick.visser@geant.org>
Date: Thu, 22 Nov 2018 13:26:22 +0100
Subject: [PATCH] remove long line in docs

---
 modules/authorize/docs/authorize.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/modules/authorize/docs/authorize.md b/modules/authorize/docs/authorize.md
index a5488346c..cfd25811a 100644
--- a/modules/authorize/docs/authorize.md
+++ b/modules/authorize/docs/authorize.md
@@ -95,8 +95,10 @@ Additionally, some helpful instructions are shown.
       'CN=All Teachers,OU=Staff,DC=example,DC=edu',
     ],
     'reject_msg' => [
-      'en' => 'This service is only available to students and teachers. Please contact <a href="mailto:support@example.edu">support</a>.',
-      'nl' => 'Deze dienst is alleen beschikbaar voor studenten en docenten. Neem contact op met <a href="mailto:support@example.edu">support</a>.',
+      'en' => 'This service is only available to students and teachers.' .
+        'Please contact <a href="mailto:support@example.edu">support</a>.',
+      'nl' => 'Deze dienst is alleen beschikbaar voor studenten en docenten.' .
+        'Neem contact op met <a href="mailto:support@example.edu">support</a>.',
     ]
   ]
 ]
-- 
GitLab