mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-25 11:44:17 +00:00
Fixes endquote outside of if statement
This commit is contained in:
parent
e7ee4a45fa
commit
f48cea3ed9
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div
|
<div
|
||||||
dir="auto"
|
dir="auto"
|
||||||
{% if itemprop %}itemprop="{{ itemprop }}{% endif %}"
|
{% if itemprop %}itemprop="{{ itemprop }}"{% endif %}
|
||||||
>
|
>
|
||||||
{{ full }}
|
{{ full }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div
|
<div
|
||||||
dir="auto"
|
dir="auto"
|
||||||
{% if itemprop %}itemprop="{{ itemprop }}{% endif %}"
|
{% if itemprop %}itemprop="{{ itemprop }}"{% endif %}
|
||||||
>
|
>
|
||||||
{{ full }}
|
{{ full }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue