mirror of
https://github.com/itflow-org/itflow
synced 2026-08-24 00:15:12 +00:00
Add some missing maxlength form options to prevent info overflow and result in error 500
This commit is contained in:
@@ -140,7 +140,7 @@ ob_start();
|
||||
|
||||
<div class="form-group">
|
||||
<label>Description</label>
|
||||
<textarea class="form-control" rows="8" name="description"><?= $revenue_description ?></textarea>
|
||||
<textarea class="form-control" rows="8" name="description" maxlength="200"><?= $revenue_description ?></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
|
||||
Reference in New Issue
Block a user