Skip to content

Commit

Permalink
Clean index page
Browse files Browse the repository at this point in the history
  • Loading branch information
David B committed Mar 10, 2018
1 parent 14bc261 commit 499a7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Application/Views/index/index.phtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<hr/>
<script type="text/javascript" src="<?= $this->basedir ?>/assets/lib/minecraft/obfuscate.js"></script>
<?php
$groups = $this->pexData;

Expand All @@ -23,7 +24,7 @@ foreach ($groups as $group) {
echo ' <span class="text-muted" style="font-size:0.7em;">('.htmlentities($group['uuid']).')</span>';

if (!empty($group['render']))
echo ' <span class="text-muted" style="font-size:0.7em;">Chat preview: <span class="chat-preview">'.$group['render'].'</span></span>';
echo ' <span class="text-muted" style="font-size:0.7em;"><span class="chat-preview">'.$group['render'].'</span></span>';

if (!empty($group['rank']))
echo ' <span class="text-muted" style="font-size:0.9em;">#' . htmlentities($group['rank']) .
Expand Down

0 comments on commit 499a7fd

Please sign in to comment.