summaryrefslogtreecommitdiffstats
path: root/templates/sidebar_localplay.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sidebar_localplay.inc.php')
-rw-r--r--templates/sidebar_localplay.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/sidebar_localplay.inc.php b/templates/sidebar_localplay.inc.php
index 01c198ee..92371b16 100644
--- a/templates/sidebar_localplay.inc.php
+++ b/templates/sidebar_localplay.inc.php
@@ -29,7 +29,6 @@
if ($uid == $current_instance) {
$class = ' class="active_instance"';
}
- i
?>
<li id="sb_localplay_instances_<?php echo $uid; ?>"<?php echo $class; ?>><?php echo Ajax::text('?page=localplay&action=set_instance&instance=' . $uid,$name,'localplay_instance_' . $uid); ?></li>
<?php } ?>