We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f6663 commit fe182d8Copy full SHA for fe182d8
resources/views/index.php
@@ -229,7 +229,7 @@
229
<?php endif; ?>
230
<div class="form-group">
231
<input type="hidden" name="with-translations" value="1">
232
- <input type="hidden" name="file" value="<?= $group ?>">
+ <input type="hidden" name="file" value="<?= e($group) ?>">
233
<button type="submit" class="btn btn-default btn-block" data-disable-with="Adding..">Auto translate missing translations</button>
234
</div>
235
0 commit comments