Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62798db

Browse files
committed
Use correct corresponding closing tags.
1 parent e19f531 commit 62798db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ <h2>Result</h2>
8989
</p>
9090
</div>
9191
<div id="exif" style="display:none;">
92-
<h3>Exif meta data</h2>
92+
<h3>Exif meta data</h3>
9393
<p id="thumbnail" style="display:none;"></p>
9494
<table></table>
9595
</div>
9696
<div id="iptc" style="display:none;">
97-
<h3>IPTC meta data</h2>
97+
<h3>IPTC meta data</h3>
9898
<table></table>
9999
</div>
100100
<script src="js/load-image.js"></script>

0 commit comments

Comments
 (0)