Skip to content

Commit

Permalink
不要コメントの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
dotani1111 authored and shinya committed Nov 6, 2023
1 parent aba750f commit da45a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function twigSnippetsProvider()
['{% set foo = "bar" %}', true],
['{% spaceless %}<div> <strong>test</strong> </div>{% endspaceless %}', true],
['{% flush %}', true],
['{% apply lower|escape("html") %}<strong>SOME TEXT</strong>{% endapply %}', true], // escapeはホワイトリストにあります。しかし、false?
['{% apply lower|escape("html") %}<strong>SOME TEXT</strong>{% endapply %}', true],
['{% macro input(name, value, type = "text", size = 20) %}<input type="{{ type }}" name="{{ name }}" value="{{ value|e }}" size="{{ size }}"/>{% endmacro %}', false],
['{% sandbox %}{% include "user.html" %}{% endsandbox %}', false],
['{{ "-5"|abs }}', true],
Expand Down

0 comments on commit da45a84

Please sign in to comment.