🐞 fix: Market page tweak
This commit is contained in:
@@ -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'] ?? '' ) !== '' ) : ?>
|
||||
|
||||
Reference in New Issue
Block a user