Passed
Pull Request — master (#247)
by
unknown
02:56
created
pages/pokedex.page.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,10 +37,10 @@
 block discarded – undo
37 37
                     <p class="pkmn-name"><a href="<?= $pokemon->permalink ?>"><?= $pokemon->name ?></a></p>
38 38
                 <?php } ?>
39 39
 
40
-				<p><?php if ($pokemon->spawn ==0) {
40
+				<p><?php if ($pokemon->spawn == 0) {
41 41
 					echo $locales->UNSEEN;
42 42
 } else {
43
-	echo '<span class="spawn-counter" id="spawn_pokemon_'.$pokemon->id.'">?</span>'. $locales->SEEN;
43
+	echo '<span class="spawn-counter" id="spawn_pokemon_'.$pokemon->id.'">?</span>'.$locales->SEEN;
44 44
 } ?> </p>
45 45
 
46 46
 			</div>
Please login to merge, or discard this patch.