Merge pull request #134 from hdmaniak2/fix-empty-building-spot-manual-marketplace-cranny

Fix wrong link to manual in empty building slot for cranny and marketplace
This commit is contained in:
Catalin Novgorodschi
2026-03-03 09:34:51 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<tbody><tr>
<td class="desc"><?php echo CRANNY_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(26,4);">
<a href="#" onClick="return Popup(23,4);">
<img class="building g23" src="img/x.gif" alt="<?php echo CRANNY ?>" title="<?php echo CRANNY ?>" /></a>
</td>
</tr>
+1 -1
View File
@@ -3,7 +3,7 @@
<tbody><tr>
<td class="desc"><?php echo MARKETPLACE_DESC ?></td>
<td rowspan="3" class="bimg">
<a href="#" onClick="return Popup(24,4);">
<a href="#" onClick="return Popup(17,4);">
<img class="building g17" src="img/x.gif" alt="<?php echo MARKETPLACE ?>" title="<?php echo MARKETPLACE ?>" /></a>
</td>
</tr>