Skip to content

Commit bf065bf

Browse files
committed
Fix whitespace
1 parent 6256426 commit bf065bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/displayInline.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
{/foreach}
6363
</div>
6464
{/if}
65-
65+
6666
{* Article abstract *}
6767
{if $article->getLocalizedAbstract()}
6868
<div class="article-summary" id="summary">
6969
<div class="article-abstract">
7070
{$article->getLocalizedAbstract()|strip_unsafe_html|nl2br}
7171
</div>
7272
</div>
73-
{call_hook name="Templates::Article::Main"}
73+
{call_hook name="Templates::Article::Main"}
7474
{/if}
7575
</div>
7676

0 commit comments

Comments
 (0)