add closing tag to camera information example

This commit is contained in:
Evan Sonderegger 2015-12-21 12:52:04 -05:00
parent 736f53e4cb
commit 1e7c0998a4
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Here an example that shows the camera information:
```html+jinja
<div class="image">
<img src="{{ image|url }}" alt="">
<p><strong>Camera:</strong> {{ image.exif.camera }}
<p><strong>Camera:</strong> {{ image.exif.camera }}</p>
</div>
```