Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit da010cd

Browse files
committed
Removed incorrect extra </item> closing tag
1 parent 9face31 commit da010cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

www/templates/pet-index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<item ng-repeat="pet in pets" type="item-text-wrap" href="#/tab/pet/{{pet.id}}">
1010
<h3>{{pet.title}}</h3>
1111
<p>{{pet.description}}</p>
12-
</item>
1312
</item>
1413
</list>
1514
</content>

0 commit comments

Comments
 (0)