Passed
Pull Request — master (#14)
by Sarah
02:08
created
views/layouts/main.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 
42 42
     <body>
43 43
 	
44
-	<script src="<?= $this->theme->getBaseUrl() . '/js/lightbox-plus-jquery.min.js'; ?>"></script>
44
+	<script src="<?= $this->theme->getBaseUrl().'/js/lightbox-plus-jquery.min.js'; ?>"></script>
45 45
 	
46 46
     <?php $this->beginBody() ?>
47 47
 	
Please login to merge, or discard this patch.