witten
/
luminotes
Archived
1
0
Fork 0

Haiku: Comma at list end / Makes IE very angry / Cherry blossoms fall

This commit is contained in:
Dan Helfman 2009-03-20 13:57:37 -07:00
parent 7e805c5fe6
commit 604578aba1
1 changed files with 1 additions and 1 deletions

View File

@ -3645,7 +3645,7 @@ function Upload_pulldown( wiki, notebook_id, invoker, editor, link, anchor, ephe
"action": "/files/upload?X-Progress-ID=new&file_id=new",
"method": "post",
"enctype": "multipart/form-data",
"id": "upload_form",
"id": "upload_form"
},
createDOM( "span", { "class": "field_label" }, this.link ? "attach file: " : "import file: " ),
createDOM( "input", { "name": "notebook_id", "id": "notebook_id", "type": "hidden", "value": notebook_id } ),