diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-02-18 19:59:12 +0200 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-02-18 19:59:12 +0200 |
commit | cc06e2e1f4bdfbf354d79055595980a1bdef495c (patch) | |
tree | 67c5bfc0356ce571a318ddc8a8a9b60300863b26 /templates | |
parent | 95190324fbbf9e0a5ce3e324119c1d59eee99951 (diff) | |
download | troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.tar.gz troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.tar.bz2 troggle-cc06e2e1f4bdfbf354d79055595980a1bdef495c.zip |
Attempt at append_slash, and backtrack.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/photouploadform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/photouploadform.html b/templates/photouploadform.html index 4c2b5a0..a2167fb 100644 --- a/templates/photouploadform.html +++ b/templates/photouploadform.html @@ -24,7 +24,7 @@ pattern="[A-Za-z][A-Za-z0-9_-\.]*"/> <label style="padding: 0.5em 25px; margin-left: 110px" - for="renameto">If uploading a single file, you can rename it<br></label> + for="renameto"><br />If uploading a single file, you can rename it<br></label> <br><br><br> <button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 155px" type = "submit" value = "Upload" > Upload |