diff options
author | friendica <info@friendica.com> | 2013-08-04 20:21:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-04 20:21:50 -0700 |
commit | e265a943c8d30a72fbcebab1403e1ea1c3ec45cc (patch) | |
tree | 8dfdd0f1e684a4f69ba4b6cabff086277a5ab0c9 | |
parent | ad36ccdbc802bbf4d8bcce8754ae3a1ca63bcbfc (diff) | |
download | volse-hubzilla-e265a943c8d30a72fbcebab1403e1ea1c3ec45cc.tar.gz volse-hubzilla-e265a943c8d30a72fbcebab1403e1ea1c3ec45cc.tar.bz2 volse-hubzilla-e265a943c8d30a72fbcebab1403e1ea1c3ec45cc.zip |
js_upload is wretched, but at least fix the HTML in the template so it will work again.
-rwxr-xr-x | view/tpl/photos_upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 87bba48cc..707024cb9 100755 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -3,7 +3,7 @@ <div id="photos-usage-message">{{$usage}}</div> <form action="photos/{{$nickname}}" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" > - <input type="hidden" id-"photos-upload-source" name="source" value="photos" /> + <input type="hidden" id="photos-upload-source" name="source" value="photos" /> <div id="photos-upload-new-wrapper" > <div id="photos-upload-newalbum-div"> <label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >{{$newalbum}}</label> |