]> littlesong.place Git - littlesongplace.git/commitdiff
Fix typo in allowed PFP types
authorChris Fulljames <christianfulljames@gmail.com>
Sat, 8 Feb 2025 17:01:10 +0000 (12:01 -0500)
committerChris Fulljames <christianfulljames@gmail.com>
Sat, 8 Feb 2025 17:01:10 +0000 (12:01 -0500)
templates/profile.html

index c497fa81b8c49d700de3289a2f696951d6ecf205..1d97f4e1d8cf339283b437539afa86be03450b5e 100644 (file)
@@ -47,7 +47,7 @@
 
 <form id="profile-edit-form" action="/edit-profile" method="post" enctype="multipart/form-data" hidden>
     <h2> Profile Picture </h2>
-    <input type="file" name="pfp" accept="image/png, image/jpg, image/gif, image/svg" />
+    <input type="file" name="pfp" accept="image/png, image/jpeg, image/gif, image/svg" />
 
     <h2> Profile Colors </h2>
     <table>