witten
/
luminotes
Archived
1
0
Fork 0
This commit is contained in:
Dan Helfman 2007-12-05 22:55:23 +00:00
parent 69889b5a29
commit 8b030b1a87
1 changed files with 1 additions and 1 deletions

View File

@ -1484,7 +1484,7 @@ Wiki.prototype.start_notebook_rename = function () {
notebook_name_field = createDOM(
"input", {
"type": "text",
"value": unescape( notebook_name ),
"value": notebook_name,
"id": "notebook_name_field",
"name": "notebook_name_field",
"size": "30",