fix escaping bio a second time on rendering
This commit is contained in:
parent
9be50ba084
commit
61fbf19028
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ let f nick bio request =
|
|||
<%s! Dream.form_tag ~action:"/profile" request %>
|
||||
<div class="mb-3">
|
||||
<label for="bio" class="form-label">Bio</label>
|
||||
<textarea name="bio" type="text" class="form-control" id="bio" aria-describedby="bioHelp"><%s bio %></textarea>
|
||||
<textarea name="bio" type="text" class="form-control" id="bio" aria-describedby="bioHelp"><%s! bio %></textarea>
|
||||
<div id="bioHelp" class="form-text">Who are you?</div>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue