kopia lustrzana https://github.com/miklobit/TiddlyWiki5
rodzic
1d685df928
commit
6d3d3322e5
|
@ -157,7 +157,7 @@ var Command = function(params,commander,callback) {
|
|||
state.wiki.addTiddler(new $tw.Tiddler(state.wiki.getCreationFields(),fields,{title: title}));
|
||||
var changeCount = state.wiki.getChangeCount(title).toString();
|
||||
response.writeHead(204, "OK",{
|
||||
Etag: "\"default/" + title + "/" + changeCount + ":\""
|
||||
Etag: "\"default/" + encodeURIComponent(title) + "/" + changeCount + ":\""
|
||||
});
|
||||
response.end();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue