]> _ Git - fluidbook-toolbox.git/commitdiff
wait #4928 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Dec 2021 13:37:02 +0000 (14:37 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 7 Dec 2021 13:37:02 +0000 (14:37 +0100)
app/Jobs/FluidbookCollectionDownload.php

index 1d73b1909a8b48eb2d9b0b8a0ab9477b59521aeb..7e7fff021745fc23273701f14d3f0b758d88d296 100644 (file)
@@ -76,7 +76,7 @@ class FluidbookCollectionDownload implements ShouldQueue
 
             if ($this->action === 'scormcloud') {
                 $scormURL = $this->sendToSCORMCloud($url);
-                $body .= "\n\n";
+                $body .= "<br><br>";
                 $body .= __('La collection peut être testée sur SCORM Cloud : <a href=":url">:url</a>', ['url' => $scormURL]);
             }