Skip to content

Commit

Permalink
Update inspectionform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Mar 11, 2024
1 parent 9ccefc5 commit 9882df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div class="row">
<div class="form-group col">
<label for="exampleFormControlTextarea1"><?= $this->lang->line('genremark_inspection'); ?></label>
<textarea class="form-control" id="<?= $langprefix ?>rmrk_inspection" name="<?= $langprefix ?>rmrk_inspection" rows="5"><?php echo $inspection->rmrk_inspection; ?></textarea>
<textarea class="form-control" id="<?= $langprefix ?>rmrk_inspection" name="<?= $langprefix ?>rmrk_inspection" rows="5"><?php echo $inspremark; ?></textarea>
</div>
</div>

Expand Down

0 comments on commit 9882df1

Please sign in to comment.