Skip to content

Commit 47fd8ac

Browse files
authored
Merge pull request #17 from TrainingByPackt/fix-extra-angle-bracket
Remove extra angle bracket
2 parents b30d548 + c573446 commit 47fd8ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lesson01/activity_002/dynamic_storefront.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="title">Welcome to Fresh Products Store!</h1>
1111
<div class="ui menu">
1212
<tags-holder class="item"></tags-holder>
1313
<div class="right item">
14-
<search-box></search-box>>
14+
<search-box></search-box>
1515
</div>
1616
</div>
1717
</section>

Lesson01/exercise_007/dynamic_storefront.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="title">Welcome to Fresh Products Store!</h1>
1313
Filtered by tags: <span class="tags"></span>
1414
</div>
1515
<div class="right item">
16-
<search-box></search-box>>
16+
<search-box></search-box>
1717
</div>
1818
</div>
1919
</section>

0 commit comments

Comments
 (0)