🐞 fix: Market page tweak

This commit is contained in:
Keith Solomon
2026-02-11 22:51:00 -06:00
parent e74e8a3ff8
commit 5304cdd44e

View File

@@ -176,8 +176,7 @@ try {
</h2>
<p class="text-sm text-gray-300 mb-3">
System: <?php echo htmlspecialchars( (string) ( $record['systemSymbol'] ?? '' ) ); ?>
| Ships Here: <?php echo htmlspecialchars( formatString( implode( ', ', (array) ( $record['shipSymbols'] ?? array() ) ) ) ); ?>
Ships Here: <?php echo htmlspecialchars( formatString( implode( ', ', (array) ( $record['shipSymbols'] ?? array() ) ) ) ); ?>
</p>
<?php if ((string) ( $record['error'] ?? '' ) !== '' ) : ?>