Completed
Push — master ( 405f21...d6c921 )
by Juliette
02:56
created
views/about.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * HTML content: About page.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * HTML content: About page.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
views/cheat-sheet-menu.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * HTML content: Homepage content.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * HTML content: Homepage content.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
views/error.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * HTML content: 404 error page.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * HTML content: 404 error page.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
views/footer.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template part: Page footer.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * Template part: Page footer.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
views/header.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Template part: Page header.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * Template part: Page header.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,10 +81,13 @@
 block discarded – undo
81 81
 if ( ! isset( $GLOBALS['autogen'] ) || $GLOBALS['autogen'] !== true ) : ?>
82 82
 <body>
83 83
 <?php
84
-else : ?>
84
+else {
85
+	: ?>
85 86
 <body class="static-archive">
86 87
 <?php
87
-endif; ?>
88
+endif;
89
+}
90
+?>
88 91
 
89 92
 <div class="head">
90 93
 
Please login to merge, or discard this patch.
views/other-cheat-sheets.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * HTML content: Other Cheat sheets.
4
- *
5
- * @package PHPCheatsheets
6
- */
3
+	 * HTML content: Other Cheat sheets.
4
+	 *
5
+	 * @package PHPCheatsheets
6
+	 */
7 7
 
8 8
 // Prevent direct calls to this file.
9 9
 if ( ! defined( 'APP_DIR' ) ) {
Please login to merge, or discard this patch.