Commit fd4b5823 authored by Stas Markov's avatar Stas Markov Committed by Sascha Eggenberger
Browse files

Issue #3336661 by zen1995: Repeatable error message in dblog: Deprecated function: explode()

parent 5990cf98
Loading
Loading
Loading
Loading
Loading
+9 −5
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@
<div class="layout-container">
  {{ page.pre_content }}
  <main class="page-content clearfix" role="main">
    {% if page.content.local_actions_block %}
      {{ page.content|without(local_actions_block) }}
    {% else %}
      {{ page.content }}
    {% endif %}
  </main>
</div>