Skip to content

Commit

Permalink
Changed <label> to <h4> for view pages. Looks better.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vandenberg committed Jun 21, 2021
1 parent 6cbbae3 commit 161c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ function generate($postdata) {

$columnname = $columns['columnname'];
$read_records .= '<div class="form-group">
<label>'.$columndisplay.'</label>
<h4>'.$columndisplay.'</h4>
<p class="form-control-static"><?php echo $row["'.$columnname.'"]; ?></p>
</div>';

Expand Down

0 comments on commit 161c77f

Please sign in to comment.