Content deleted Content added
mNo edit summary |
mNo edit summary |
||
Line 177:
for (var nmspc_ctr=0; nmspc_ctr<namespaces.length; nmspc_ctr++) {
var nmspc = namespaces[nmspc_ctr] + ":";
if (history_entry["title"].substring(1, nmspc.length) == nmspc) {
history_entry["namespace"] = namespaces[nmspc_ctr];
break;
}
}
dump_text(history_entry["title"]);
dump_text(history_entry["namespace"]);
|