Explorar o código

Fix indentation on the editor.

markjcrane %!s(int64=9) %!d(string=hai) anos
pai
achega
b3c7cbf801
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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">