Commit b8e8cec4 authored by Cecilia Vela Gurovic's avatar Cecilia Vela Gurovic
Browse files

Bug 1865822: adding closing tag to tagged posts template

behatnotneeded

Change-Id: Ia1801a7a3c20b0345544d762831e550e8d99af06
parent 8922492a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,12 +28,16 @@
{/if}
{if $configerror}
    <p class="text-midtone">{str tag='configerror' section='blocktype.blog/taggedposts'}</p>
</div>
{elseif $badnotag && $badtag}
    <p class="text-midtone">{str tag='notagsboth' section='blocktype.blog/taggedposts' arg1=$badtag arg2=$badnotag}</p>
</div>
{elseif $badnotag}
    <p class="text-midtone">{str tag='notagsomit' section='blocktype.blog/taggedposts' arg1=$badnotag}</p>
</div>
{elseif $badtag}
    <p class="text-midtone">{str tag='notags' section='blocktype.blog/taggedposts' arg1=$badtag}</p>
</div>
{elseif $full}
</div>

@@ -82,6 +86,7 @@
        {/foreach}
    </div>
{else}
</div>
<div class="taggedposts list-group">
    {foreach from=$results item=post}
    {if !$editing}