Skip to content

Commit 3f4bc65

Browse files
committed
Replace double arrow with assignment
1 parent 1d42cc8 commit 3f4bc65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/admin/templates/show_metadata.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
title="{% trans %}Copy to clipboard{% endtrans %}"><span class="fa fa-copy"></span></a>
1010
</div>
1111
<div id="metadata" class="code-box-content php">
12-
{#- #}$metadata["{{ entityid }}"] => {{ metadata|escape }};{# -#}
12+
{#- #}$metadata["{{ entityid }}"] = {{ metadata|escape }};{# -#}
1313
</div>
1414
</div>
1515
<div class="center">

0 commit comments

Comments
 (0)