Skip to content

Commit fe182d8

Browse files
committed
Fix missing escape
1 parent 75f6663 commit fe182d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<?php endif; ?>
230230
<div class="form-group">
231231
<input type="hidden" name="with-translations" value="1">
232-
<input type="hidden" name="file" value="<?= $group ?>">
232+
<input type="hidden" name="file" value="<?= e($group) ?>">
233233
<button type="submit" class="btn btn-default btn-block" data-disable-with="Adding..">Auto translate missing translations</button>
234234
</div>
235235
</div>

0 commit comments

Comments
 (0)