Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
heckercat authored and sanasol committed Nov 23, 2023
1 parent 87c7b7c commit 0385d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/castle/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<td>
<?php if ($auth->actionAllowed('guild', 'view') && $auth->allowedToViewGuild): ?>
<?php echo $this->linkToGuild($castle->guild_id, $castle->guild_name) ?>
<td><?php echo htmlspecialchars($castle->economy); ?></td>
<td><?php echo $castle->economy; ?></td>
<?php else: ?>
<?php echo htmlspecialchars($castle->guild_name) ?>

Expand Down

0 comments on commit 0385d83

Please sign in to comment.