Skip to content

Commit 6e0a42e

Browse files
committed
Remove misplaced colons
1 parent ffc2bd7 commit 6e0a42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/Server/View.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ require("./header.inc.phtml");
6464
<tr><th>Address</th><td class="address" onclick="bnetdocs.fSelectText(this);"><?php echo filter_var($object->getAddress() . ":" . $object->getPort(), FILTER_SANITIZE_FULL_SPECIAL_CHARS); ?></td></tr>
6565
<tr><th>Owner</th><td><?php if ($object_user) { ?><a href="<?php echo $object_user_url; ?>"><img class="avatar" src="<?php echo $object_user_avatar; ?>"/> <?php echo filter_var($object_user->getName(), FILTER_SANITIZE_FULL_SPECIAL_CHARS); ?></a><?php } else { echo "Anonymous"; } ?></td></tr>
6666
<tr><th>Type</th><td><?php echo filter_var($object_type->getLabel(), FILTER_SANITIZE_FULL_SPECIAL_CHARS); ?></td></tr>
67-
<tr><th>Current Status:</th><td><?php echo $object_status; ?> (<?php echo $object_response_time; ?>)</td></tr>
68-
<tr><th>Uptime:</th><td><?php echo $object_uptime; ?></td></tr>
67+
<tr><th>Current Status</th><td><?php echo $object_status; ?> (<?php echo $object_response_time; ?>)</td></tr>
68+
<tr><th>Uptime</th><td><?php echo $object_uptime; ?></td></tr>
6969
</tbody></table>
7070
</section>
7171
</article>

0 commit comments

Comments
 (0)