Merge pull request #207 from sai-nayunipati/add_missing_punctuation
04-flex-information: Add missing question mark to html files
This commit is contained in:
commit
9c4f542389
Binary file not shown.
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 105 KiB |
|
@ -14,7 +14,7 @@
|
|||
<div class="text">This is a type of plant. We love this one.</div>
|
||||
|
||||
<img src="./images/chilli.png" alt="chili">
|
||||
<div class="text">This is another type of plant. Isn't it nice</div>
|
||||
<div class="text">This is another type of plant. Isn't it nice?</div>
|
||||
|
||||
<img src="./images/pepper.png" alt="pepper">
|
||||
<div class="text">We have so many plants. Yay plants.</div>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
</div>
|
||||
<div class="info">
|
||||
<img src="./images/chilli.png" alt="chili">
|
||||
<div class="text">This is another type of plant. Isn't it nice</div>
|
||||
<div class="text">This is another type of plant. Isn't it nice?</div>
|
||||
</div>
|
||||
<div class="info">
|
||||
<img src="./images/pepper.png" alt="pepper">
|
||||
|
|
Loading…
Reference in New Issue