Fixes endquote outside of if statement
This commit is contained in:
parent
e7ee4a45fa
commit
f48cea3ed9
|
@ -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 New Issue