From 5bb57255ef919912f77643c489599c4a18fa94d2 Mon Sep 17 00:00:00 2001
From: Cornelius <cornelius.amzar@bsz-bw.de>
Date: Tue, 29 May 2018 19:27:54 +0200
Subject: [PATCH] Added link parsing in result list to match core metadata.

---
 themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml b/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
index 20a37c714fa..a8855831777 100644
--- a/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
+++ b/themes/bootstrap3/templates/RecordDriver/EDS/result-list.phtml
@@ -39,7 +39,7 @@
                 <?php else:?>
                   <p>
                     <b><?=$this->transEsc($item['Label'])?>:</b>
-                    <?=$item['Data']?>
+                    <?=$this->driver->linkUrls($item['Data'])?>
                   </p>
                 <?php endif;?>
               </div>
-- 
GitLab