]> _ Git - ccgm.git/commitdiff
Done #2340 @0:05
authorstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 4 Feb 2019 14:24:33 +0000 (14:24 +0000)
committerstephen@cubedesigners.com <stephen@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 4 Feb 2019 14:24:33 +0000 (14:24 +0000)
framework/application/views/scripts/research-categories/index.phtml

index 19c0a9c31b99e34347f9b43a650f203af5fb6f9b..638bd0351ad073f5ec2eb6b984733cb769745c56 100644 (file)
@@ -24,7 +24,7 @@ $this->showsidebar = false;
                 <div class="study-details">
                     <p><strong>Pathologie(s) :</strong> <?= $study->pathology ?></p>
                     <p><strong>Promoteur :</strong> <?= $study->promoter ?></p>
-                    <p><strong>Investigateur principal :</strong> <?= $study->investigator ?></p>
+                    <p><strong>Investigateur principal :</strong><br><?= $study->investigator ?></p>
 
                     <?php
                         $specialities = CubeIT_Util_Cms::unserialize($study->specialities);