|
@@ -32,10 +32,10 @@ |
|
|
block discarded – undo |
|
32
|
32
|
echo 'unseen'; |
|
33
|
33
|
} ?> "></a> |
|
34
|
34
|
<p class="pkmn-name"><a href="<?= $pokemon->permalink ?>"><?= $pokemon->name ?></a></p> |
|
35
|
|
- <p><?php if ($pokemon->spawn ==0) { |
|
|
35
|
+ <p><?php if ($pokemon->spawn == 0) { |
|
36
|
36
|
echo $locales->UNSEEN; |
|
37
|
37
|
} else { |
|
38
|
|
- echo '<span class="spawn-counter" id="spawn_pokemon_'.$pokemon->id.'">?</span>'. $locales->SEEN; |
|
|
38
|
+ echo '<span class="spawn-counter" id="spawn_pokemon_'.$pokemon->id.'">?</span>'.$locales->SEEN; |
|
39
|
39
|
} ?> </p> |
|
40
|
40
|
|
|
41
|
41
|
</div> |
Please login to merge, or discard this patch.