Mercurial Hosting > hghosting
diff src/admin/index.html.luan @ 23:7c9a45368af2 default tip
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 04 Oct 2024 12:06:16 -0600 |
parents | a7187a447835 |
children |
line wrap: on
line diff
--- a/src/admin/index.html.luan Sun Sep 15 08:21:43 2024 -0600 +++ b/src/admin/index.html.luan Fri Oct 04 12:06:16 2024 -0600 @@ -47,7 +47,7 @@ <form action="add.html"> <p> <label prompt>Repo name</label> - <input type=text name=repo required pattern="[a-z0-9_][a-z0-9_-]*"> + <input type=text name=repo required pattern="[a-z0-9_][a-z0-9_\-]*"> <label prompt>Must match regex: [a-z0-9_][a-z0-9_-]*</label> </p> <p>