Skip to content

Commit

Permalink
Marigolds: useless empty divs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jan 10, 2024
1 parent 050e797 commit d9209bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/marigolds/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ <h3 class="articleDetails">
{$value->getDescription()}
{function="Plugin::callHook("event_post_description", array(&$value))"}
</div>
{else}
<div class="articleContent summary" style="display: none;"></div>
{/if}

{if="$articleDisplayMode=='content'"}
Expand All @@ -65,8 +63,6 @@ <h3 class="articleDetails">
{$value->getContent()}
{function="Plugin::callHook("event_post_content", array(&$value))"}
</div>
{else}
<div class="articleContent content" style="display: none;"></div>
{/if}

{if="$articleDisplayMode=='content'"}
Expand Down

0 comments on commit d9209bd

Please sign in to comment.