🚑 Corrige un non fermé
This commit is contained in:
parent
a1876d57a2
commit
c52a163a55
@ -25,6 +25,7 @@
|
||||
<option value="">−</option>
|
||||
@foreach(\Shikiryu\LBCReposter\Categories::$categories as $id => $category)
|
||||
<<option value="{{ $id }}"{{ $deal->getCategory() === $id ? ' selected="selected"': '' }}>{{ $category }}</option>
|
||||
@endforeach
|
||||
</select>
|
||||
<input type="submit" value="Modifier" />
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user