Skip to content

Commit a0f4b99

Browse files
committed
Merge pull request #66 from marcus7777/patch-2
de-spanning
2 parents cc1c004 + 063d182 commit a0f4b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-collection.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
data="{{dinosaurs}}"></firebase-collection>
3333
<template is="dom-repeat" items="[[dinosaurs]]" as="dinosaur">
3434
<h4>[[dinosaur.__firebaseKey__]]</h4>
35-
<span>Height: </span><span>[[dinosaur.height]]</span><span>m</span>
35+
Height: <span>[[dinosaur.height]]</span>m
3636
</template>
3737
</template>
3838

0 commit comments

Comments
 (0)