Selaa lähdekoodia

Fix indentation on the editor.

markjcrane 9 vuotta sitten
vanhempi
commit
b3c7cbf801
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      themes/enhanced/template.php
  2. 1 1
      themes/minimized/template.php

+ 1 - 1
themes/enhanced/template.php

@@ -38,7 +38,7 @@
 	}
 	else {
 		$favicon = '<!--{project_path}-->/themes/enhanced/favicon.ico';
-        }
+	}
 ?>
 <link rel="icon" href="<?php echo $favicon; ?>">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

+ 1 - 1
themes/minimized/template.php

@@ -38,7 +38,7 @@
 	}
 	else {
 		$favicon = '<!--{project_path}-->/themes/minimized/favicon.ico';
-        }
+	}
 ?>
 <link rel="icon" href="<?php echo $favicon; ?>">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">