Skip to content

Commit

Permalink
double-escape?
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Oct 28, 2023
1 parent f9c3880 commit 4d57615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svelte/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
required
name="host"
placeholder="e.g. mastodon.social"
pattern="[a-zA-Z0-9.:\-]+"
pattern="[a-zA-Z0-9.:\\-]+"
title="Something that looks like a hostname"
/>
</fieldset>
Expand Down

0 comments on commit 4d57615

Please sign in to comment.