Skip to content

Commit 0d24622

Browse files
committed
fix: Fix Twig HTML compression tag deprecation error
- Add explicit 'tag="htmlcompress"' to htmlcompress blocks in header_main.html - Fix Twig 3.12 compatibility issue with voku/html-compress-twig
1 parent e0d3dc8 commit 0d24622

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Views/header_main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% htmlcompress %}
1+
{% htmlcompress tag="htmlcompress" %}
22
<!doctype html>
33
<html lang="pl">
44
<html>
@@ -84,4 +84,4 @@
8484
</body>
8585

8686
</html>
87-
{% endhtmlcompress %}
87+
{% endhtmlcompress tag="htmlcompress" %}

0 commit comments

Comments
 (0)