mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove extra HTML attribute
This commit is contained in:
@@ -23,6 +23,7 @@ id-map@1.0.1
|
||||
insecure@1.0.1
|
||||
jquery@1.0.1
|
||||
json@1.0.1
|
||||
launch-screen@1.0.0
|
||||
livedata@1.0.11
|
||||
logging@1.0.4
|
||||
meteor-platform@1.1.2
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
</template>
|
||||
|
||||
<template name="player">
|
||||
<li class="player {{selected}}" data-name="{{name}}">
|
||||
<li class="player {{selected}}">
|
||||
<span class="name">{{name}}</span>
|
||||
<span class="score">{{score}}</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user