We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0178d commit 93ef349Copy full SHA for 93ef349
inc/form.class.php
@@ -2437,7 +2437,7 @@ public function showAddTargetForm() {
2437
2438
echo '<tr class="line1">';
2439
echo '<td width="15%"><strong>'.__('Name').' <span style="color:red;">*</span></strong></td>';
2440
- echo '<td width="40%"><input type="text" name="name" style="width:100%;" value="" /></td>';
+ echo '<td width="40%"><input type="text" name="name" style="width:100%;" value="" required="required"/></td>';
2441
echo '<td width="15%"><strong>'._n('Type', 'Types', 1).' <span style="color:red;">*</span></strong></td>';
2442
echo '<td width="30%">';
2443
$targetTypes = [];
0 commit comments