Remove all trailing / from tags
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label for="incident-name">{{ trans('forms.components.groups.name') }}</label>
|
||||
<input type="text" class="form-control" name="group[name]" id="group-name" required />
|
||||
<input type="text" class="form-control" name="group[name]" id="group-name" required>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user