add closing tag to camera information example
This commit is contained in:
parent
736f53e4cb
commit
1e7c0998a4
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue