diff --git a/pages/regions.php b/pages/regions.php
index 93800fb..953659a 100644
--- a/pages/regions.php
+++ b/pages/regions.php
@@ -74,7 +74,7 @@
{
$stats = getRegionStatsData($row['uuid']);
- $entry = '
'.htmlspecialchars($row['regionName']).' | '.htmlspecialchars($opensim->getUserName($row['owner_uuid'])).' | '.fillString(($row['locX'] / 256), 4).' / '.fillString(($row['locY'] / 256), 4).' | |
';
+ $entry = ''.htmlspecialchars($row['regionName']).' | '.htmlspecialchars($opensim->getUserName($row['owner_uuid'])).' | '.fillString(($row['locX'] / 256), 4).' / '.fillString(($row['locY'] / 256), 4).' | |
';
$table = str_replace("%%ENTRY%%", $entry."%%ENTRY%%", $table);
}