JS: Add placeholder in attribute to trap test

This commit is contained in:
Asger Feldthaus
2021-08-19 14:19:25 +02:00
parent 4923bda0f3
commit bef222dfcc
2 changed files with 728 additions and 471 deletions

View File

@@ -10,5 +10,7 @@
var data2 = {{ user_data2 | json | safe }};
var data3 = <%- user_data3 %>;
</script>
<a href="{{ attr1 }}" title="{{{ attr2 }}}" data-foo="<%- attr3 %>"
data-bar=" {{ attr4 }} "></a>
</body>
</html>