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:
Daniel Murphy 2022-08-04 12:58:17 -04:00 committed by GitHub
commit 9c4f542389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 105 KiB

View File

@ -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>

View File

@ -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">