what the fuck, php? this should not be necessary :/
This commit is contained in:
parent
dfef932463
commit
1c68d34c22
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ class UploadTheme extends Themelet {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
".make_form(make_link("upload"), $multipart=True)."
|
".make_form(make_link("upload"), "POST", $multipart=True)."
|
||||||
<table id='large_upload_form'>
|
<table id='large_upload_form'>
|
||||||
$upload_list
|
$upload_list
|
||||||
<tr><td>Tags</td><td colspan='3'><input id='tag_box' name='tags' type='text'></td></tr>
|
<tr><td>Tags</td><td colspan='3'><input id='tag_box' name='tags' type='text'></td></tr>
|
||||||
|
@ -120,7 +120,7 @@ class UploadTheme extends Themelet {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
".make_form(make_link("upload"), $multipart=True)."
|
".make_form(make_link("upload"), "POST", $multipart=True)."
|
||||||
$upload_list
|
$upload_list
|
||||||
<input id='tag_input' name='tags' type='text' autocomplete='off'>
|
<input id='tag_input' name='tags' type='text' autocomplete='off'>
|
||||||
<input type='submit' value='Post'>
|
<input type='submit' value='Post'>
|
||||||
|
|
Reference in a new issue