Completed
Push — develop ( 657c53...b01539 )
by Greg
10:15
created
app/Functions/FunctionsPrint.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
  */
16 16
 namespace Fisharebest\Webtrees\Functions;
17 17
 
18
-use Fisharebest\Webtrees\Bootstrap4;
19 18
 use Fisharebest\Webtrees\Config;
20 19
 use Fisharebest\Webtrees\Date;
21 20
 use Fisharebest\Webtrees\Fact;
Please login to merge, or discard this patch.
app/FontAwesome.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -34,10 +34,10 @@
 block discarded – undo
34 34
 		'obje'          => 'fa fa-file-imate-o wt-icon-obje',
35 35
 		'repo'          => 'fa fa-institution wt-icon-repo',
36 36
 		'sour'          => 'fa fa-file-text-o wt-icon-sour',
37
-	  // External sites and applications
38
-	  'bing-maps'     => 'fa fa-icon-map-o wt-icon-bing-maps',
39
-	  'google-maps'   => 'fa fa-icon-map-o wt-icon-google-maps',
40
-	  'openstreetmap' => 'fa fa-icon-map-o wt-icon-openstreetmap',
37
+		// External sites and applications
38
+		'bing-maps'     => 'fa fa-icon-map-o wt-icon-bing-maps',
39
+		'google-maps'   => 'fa fa-icon-map-o wt-icon-google-maps',
40
+		'openstreetmap' => 'fa fa-icon-map-o wt-icon-openstreetmap',
41 41
 	];
42 42
 
43 43
 	/**
Please login to merge, or discard this patch.